Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
fixed start script for windows (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCheesecake authored Nov 3, 2020
1 parent ab89c90 commit 459e50e
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 459e50e

Please sign in to comment.