Skip to content

Commit

Permalink
fixed start script for windows (GitSquared#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCheesecake authored and eugene2candy committed Apr 10, 2021
1 parent 78e7a1d commit aed6c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"main": "src/_boot.js",
"scripts": {
"start": "node_modules/.bin/electron src --nointro",
"start": "node_modules\\.bin\\electron src --nointro",
"install-linux": "npm install && cd src && npm install && ./../node_modules/.bin/electron-rebuild -f -w node-pty && cd ..",
"preinstall-windows": "npm install --global --production windows-build-tools && npm install --global node-gyp && setx PYTHON \"%USERPROFILE%\\.windows-build-tools\\python27\\python.exe\"",
"install-windows": "npm install && cd src && npm install && ..\\node_modules\\.bin\\electron-rebuild -f -w node-pty && cd ..",
Expand Down

0 comments on commit aed6c4c

Please sign in to comment.