removed unneeded old parts from buildForWindows
This commit is contained in:
parent
646d6a4875
commit
a6f7a63478
|
@ -48,16 +48,6 @@ cp -rL node_modules node_modules_resolved
|
|||
rm -rf node_modules
|
||||
mv node_modules_resolved node_modules
|
||||
|
||||
echo "remove sqlite, cause we can't use it with windows..."
|
||||
rm -rf node_modules/ueberDB/node_modules/sqlite3
|
||||
|
||||
echo "replace log4js with a patched log4js, this log4js runs on windows too..."
|
||||
rm -rf node_modules/log4js/*
|
||||
wget https://github.com/Pita/log4js-node/zipball/master -O log4js.zip
|
||||
unzip log4js.zip
|
||||
mv Pita-log4js-node*/* node_modules/log4js
|
||||
rm -rf log4js.zip Pita-log4js-node*
|
||||
|
||||
echo "download windows node..."
|
||||
cd bin
|
||||
wget "http://nodejs.org/dist/v$NODE_VERSION/node.exe" -O node.exe
|
||||
|
|
Loading…
Reference in New Issue