File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ echo The list of environment variables:
33set
44if not " %1 " == " x86" goto end
55if " %nw_version% " == " " goto end
6- npm install nw-gyp
7- cinst wget 7zip.commandline
8- wget http://dl.node-webkit.org/v%nw_version% /node-webkit-v%nw_version% -win-ia32.zip
9- 7z e -onw node-webkit-v%nw_version% -win-ia32.zip
6+ call npm install nw-gyp
7+ call cinst wget 7zip.commandline
8+ call wget http://dl.node-webkit.org/v%nw_version% /node-webkit-v%nw_version% -win-ia32.zip
9+ call 7z e -onw node-webkit-v%nw_version% -win-ia32.zip
1010dir nw
1111set PATH = nw;%PATH%
12- node-pre-gyp rebuild --runtime=node-webkit --target=%nw_version% --target_arch=ia32
13- node-pre-gyp package testpackage --runtime=node-webkit --target=%nw_version% --target_arch=ia32
14- if not " %CM% " == " %CM:[publish binary] =% " node-pre-gyp publish --msvs_version=2013 --runtime=node-webkit --target=%nw_version% --target_arch=ia32
12+ call node-pre-gyp rebuild --runtime=node-webkit --target=%nw_version% --target_arch=ia32
13+ call node-pre-gyp package testpackage --runtime=node-webkit --target=%nw_version% --target_arch=ia32
14+ if not " %CM% " == " %CM:[publish binary] =% " call node-pre-gyp publish --msvs_version=2013 --runtime=node-webkit --target=%nw_version% --target_arch=ia32
1515:end
You can’t perform that action at this time.
0 commit comments