diff --git a/other/keytar/keytar.node/keytar-4.4.1/darwin-x64-69.node b/other/keytar/keytar.node/keytar-4.4.1/darwin-x64-69.node new file mode 100755 index 00000000..07b71019 Binary files /dev/null and b/other/keytar/keytar.node/keytar-4.4.1/darwin-x64-69.node differ diff --git a/other/node_sass_bindings/darwin-x64-69/binding.node b/other/node_sass_bindings/darwin-x64-69/binding.node new file mode 100755 index 00000000..ead70f1c Binary files /dev/null and b/other/node_sass_bindings/darwin-x64-69/binding.node differ diff --git a/scripts/build-keytar-darwin.sh b/scripts/build-keytar-darwin.sh old mode 100644 new mode 100755 index ce587e0a..b91e3f17 --- a/scripts/build-keytar-darwin.sh +++ b/scripts/build-keytar-darwin.sh @@ -7,3 +7,8 @@ NODE_API_VERSION="64" ELECTRON_VERSION="4.0.0-beta.11" scripts/build-keytar.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION + +NODE_API_VERSION="69" +ELECTRON_VERSION="4.0.8" + +scripts/build-keytar.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION diff --git a/scripts/build-keytar-linux.sh b/scripts/build-keytar-linux.sh index 74bdc6f8..91ea72db 100755 --- a/scripts/build-keytar-linux.sh +++ b/scripts/build-keytar-linux.sh @@ -7,3 +7,8 @@ NODE_API_VERSION="64" ELECTRON_VERSION="4.0.0-beta.11" scripts/build-keytar.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION + +NODE_API_VERSION="69" +ELECTRON_VERSION="4.0.8" + +scripts/build-keytar.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION diff --git a/scripts/build-keytar.sh b/scripts/build-keytar.sh index 424adbeb..701586a6 100755 --- a/scripts/build-keytar.sh +++ b/scripts/build-keytar.sh @@ -4,7 +4,7 @@ PLATFORM="$1" ARCH="$2" NODE_API_VERSION="$3" ELECTRON_VERSION="$4" -KEYTAR_VERSION="4.4.1" +KEYTAR_VERSION="`node -p 'require("keytar/package").version'`" ELECTRON_URL="https://atom.io/download/electron" DIRECTORY="release-tmp/keytar.node/keytar-$KEYTAR_VERSION" diff --git a/scripts/build-node-sass-darwin.sh b/scripts/build-node-sass-darwin.sh index 214b29fb..45308bcb 100755 --- a/scripts/build-node-sass-darwin.sh +++ b/scripts/build-node-sass-darwin.sh @@ -7,3 +7,8 @@ NODE_API_VERSION="64" ELECTRON_VERSION="4.0.0-beta.11" scripts/build-node-sass.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION + +NODE_API_VERSION="69" +ELECTRON_VERSION="4.0.8" + +scripts/build-node-sass.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION diff --git a/scripts/build-node-sass-linux.sh b/scripts/build-node-sass-linux.sh index 4f4a953f..e106f281 100755 --- a/scripts/build-node-sass-linux.sh +++ b/scripts/build-node-sass-linux.sh @@ -7,3 +7,8 @@ NODE_API_VERSION="64" ELECTRON_VERSION="4.0.0-beta.11" scripts/build-node-sass.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION + +NODE_API_VERSION="69" +ELECTRON_VERSION="4.0.8" + +scripts/build-node-sass.sh $PLATFORM $ARCH $NODE_API_VERSION $ELECTRON_VERSION diff --git a/scripts/build-node-sass-win32.bat b/scripts/build-node-sass-win32.bat index 98fb3233..632a284a 100644 --- a/scripts/build-node-sass-win32.bat +++ b/scripts/build-node-sass-win32.bat @@ -5,3 +5,9 @@ set "ELECTRON_VERSION=4.0.0-beta.11" call ./scripts/build-node-sass.bat %PLATFORM% ia32 %NODE_API_VERSION% %ELECTRON_VERSION% call ./scripts/build-node-sass.bat %PLATFORM% x64 %NODE_API_VERSION% %ELECTRON_VERSION% + +set "NODE_API_VERSION=69" +set "ELECTRON_VERSION=4.0.8" + +call ./scripts/build-node-sass.bat %PLATFORM% ia32 %NODE_API_VERSION% %ELECTRON_VERSION% +call ./scripts/build-node-sass.bat %PLATFORM% x64 %NODE_API_VERSION% %ELECTRON_VERSION%