diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2018-09-05 22:12:01 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.com> | 2018-09-05 22:12:01 +0300 |
commit | cd6b94ea88c968bd53468ce7f8bfffe34c811695 (patch) | |
tree | a5cd58a3ed686112142829c423028efc981986c6 /setup-macos.sh | |
parent | 9fcc074af39f0c88313179eacc3b2a8dd32e94f3 (diff) |
macOS fix
Diffstat (limited to 'setup-macos.sh')
-rwxr-xr-x | setup-macos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-macos.sh b/setup-macos.sh index 88378c6..89a41bb 100755 --- a/setup-macos.sh +++ b/setup-macos.sh @@ -13,7 +13,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR -wget https://github.com/electron/electron/releases/download/v1.8.8/electron-v1.8.8-win32-x64.zip || exit +wget https://github.com/electron/electron/releases/download/v1.8.8/electron-v1.8.8-darwin-x64.zip || exit wget https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip || exit unzip nacl_sdk.zip |