mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Cefode is using node v0.8.22.
This commit is contained in:
parent
215cd64c9a
commit
67c2a1473c
2
Rakefile
2
Rakefile
@ -28,7 +28,7 @@ end
|
||||
|
||||
desc "Download node binary"
|
||||
task "update-node" do
|
||||
`script/update-node v0.10.1`
|
||||
`script/update-node v0.8.22`
|
||||
end
|
||||
|
||||
desc "Download debug symbols for CEF"
|
||||
|
@ -21,7 +21,7 @@ exit_unless_npm_exists
|
||||
npm install npm --silent
|
||||
|
||||
NODE_DIR="$HOME/.cefode-gyp"
|
||||
NODE_VERSION="0.8.21"
|
||||
NODE_VERSION="0.8.22"
|
||||
NODE_URL="https://gh-contractor-zcbenz.s3.amazonaws.com/cefode/dist"
|
||||
if [ ! -d "node_modules/node-gyp" ]; then
|
||||
./node_modules/.bin/npm install node-gyp --silent
|
||||
|
Loading…
Reference in New Issue
Block a user