Skip to content
Snippets Groups Projects
Commit c04eb1ee authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Windows build was not starting

parent 19097c0c
Branches
Tags
No related merge requests found
......@@ -63,6 +63,9 @@ call npm install --build-from-source
call node-pre-gyp --runtime=node-webkit --target=%NW_VERSION% --msvs_version=2015 configure
call node-pre-gyp --runtime=node-webkit --target=%NW_VERSION% --msvs_version=2015 build
copy %cd%\lib\binding\node-webkit-%NW_RELEASE%-win32-x64\node_sqlite3.node %cd%\lib\binding\node-v%ADDON_VERSION%-win32-x64\node_sqlite3.node /Y
cd ../heapdump
call nw-gyp --target=%NW_VERSION% --msvs_version=2015 configure
call nw-gyp --target=%NW_VERSION% --msvs_version=2015 build
cd ../..
call npm install duniter-ui --save --production
rd /s /q %cd%\node_modules\duniter-ui\node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment