summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-11 00:22:08 -0400
committerLex Neva <github.com@lexneva.name>2019-04-11 00:22:08 -0400
commitaae92ceca51469292f9ea2ab4386e963e6a33716 (patch)
treecc3364309d19703395c4a72e0722fd799e069770 /bin
parentf8191ff8ac3575f3a07ad56b061308eca4fbb581 (diff)
refix windows
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build-electron2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-electron b/bin/build-electron
index 032a7fee..ccf98b14 100755
--- a/bin/build-electron
+++ b/bin/build-electron
@@ -3,7 +3,7 @@
cd electron
if [ "$BUILD" = "windows" ]; then
- NPM="wine cmd /c 'C:\node\npm.cmd'"
+ NPM="wine cmd /c C:\\node\\npm.cmd"
else
NPM="npm"
fi