kopia lustrzana https://github.com/inkstitch/inkstitch
fix windows npm invocation
rodzic
7e04b879c2
commit
22eabd00c1
|
@ -3,7 +3,7 @@
|
|||
cd electron
|
||||
|
||||
if [ "$BUILD" = "windows" ]; then
|
||||
NPM="wine 'C:\node\npm'"
|
||||
NPM="wine cmd /c 'C:\node\npm.cmd'"
|
||||
else
|
||||
NPM="npm"
|
||||
fi
|
||||
|
|
Ładowanie…
Reference in New Issue