diff options
-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 |