Skip to main content
Sign in
Snippets Groups Projects
Commit b9f9387e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: Nw.js back from 0.15.4 to 0.14.5, cause need to rebuild external modules

parent ec0f7de5
Branches
Tags
No related merge requests found
...@@ -32,8 +32,8 @@ after_test: ...@@ -32,8 +32,8 @@ after_test:
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] set SRC=%cd% - if [%APPVEYOR_REPO_TAG_NAME%] neq [] set SRC=%cd%
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %SRC% - if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %SRC%
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy misc\MSVSVersion.py %APPDATA%\npm\node_modules\nw-gyp\gyp\pylib\gyp\MSVSVersion.py - if [%APPVEYOR_REPO_TAG_NAME%] neq [] copy misc\MSVSVersion.py %APPDATA%\npm\node_modules\nw-gyp\gyp\pylib\gyp\MSVSVersion.py
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_VERSION=0.15.4 - if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_VERSION=0.14.5
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_RELEASE=v0.15.4 - if [%APPVEYOR_REPO_TAG_NAME%] neq [] set NW_RELEASE=v0.14.5
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %NW_RELEASE% - if [%APPVEYOR_REPO_TAG_NAME%] neq [] echo %NW_RELEASE%
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd node_modules/wotb - if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd node_modules/wotb
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install --build-from-source - if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install --build-from-source
... ...
......
...@@ -36,7 +36,7 @@ if [[ ! -f before_deploy ]]; then ...@@ -36,7 +36,7 @@ if [[ ! -f before_deploy ]]; then
# Install Nw.js # Install Nw.js
mkdir ucoin_release mkdir ucoin_release
NW_RELEASE="v0.15.4" NW_RELEASE="v0.14.5"
NW="nwjs-${NW_RELEASE}-linux-x64" NW="nwjs-${NW_RELEASE}-linux-x64"
NW_GZ="${NW}.tar.gz" NW_GZ="${NW}.tar.gz"
wget http://dl.nwjs.io/${NW_RELEASE}/${NW_GZ} wget http://dl.nwjs.io/${NW_RELEASE}/${NW_GZ}
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment