diff --git a/Rakefile b/Rakefile index 88da1f573..581ea4167 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ end desc "Update CEF to the latest version specified by the prebuilt-cef submodule" task "update-cef" => "bootstrap" do - exit 1 unless system %{prebuilt-cef/script/download -b 1423 -r 1135 -d https://gh-contractor-zcbenz.s3.amazonaws.com/cefode/prebuilt-cef -f cef} + exit 1 unless system %{prebuilt-cef/script/download -b 1424 -r 1135 -d https://gh-contractor-zcbenz.s3.amazonaws.com/cefode/prebuilt-cef -f cef} Dir.glob('cef/*.gypi').each do |filename| `sed -i '' -e "s/'include\\//'cef\\/include\\//" -e "s/'libcef_dll\\//'cef\\/libcef_dll\\//" #{filename}` end @@ -33,7 +33,7 @@ end desc "Download debug symbols for CEF" task "download-cef-symbols" => "update-cef" do - sh %{prebuilt-cef/script/download -b 1423 -r 1135 -d https://gh-contractor-zcbenz.s3.amazonaws.com/cefode/prebuilt-cef -s cef} + sh %{prebuilt-cef/script/download -b 1424 -r 1135 -d https://gh-contractor-zcbenz.s3.amazonaws.com/cefode/prebuilt-cef -s cef} end task "bootstrap" do diff --git a/script/update-node b/script/update-node index 0de03ffdf..e3a249707 100755 --- a/script/update-node +++ b/script/update-node @@ -5,7 +5,7 @@ set -e cd "$(dirname $0)/.." # Test whether we need update. -if [ -d "node/node" ]; then +if [ -f "node/node" ]; then exit 0 fi