Skip to content

Commit 2658df2

Browse files
committed
Use npx to use local electron package instead global (may be not installed)
1 parent 4531602 commit 2658df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AhMyth-Server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"asarUnpack": "**/app/Factory/**/*"
1414
},
1515
"scripts": {
16-
"start": "electron ./app",
16+
"start": "npx electron ./app",
1717
"clean": "rm -rf ./dist",
1818
"pack": "npm run pack:linux32 && npm run pack:linux64 && npm run pack:win32 && npm run pack:win64",
1919
"pack:linux32": "electron-packager ./app $npm_package_name --out=dist/ --platform=linux --arch=ia32 --electron-version=1.6.11 --overwrite",

0 commit comments

Comments
 (0)