aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index cf77498..522a4a5 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,8 @@
"main": "src/index.js",
"build": {"appId": "com.0negal.viper"},
"scripts": {
- "start": "node_modules/.bin/electron src/index.js",
- "build": "node_modules/.bin/electron-builder --win nsis --linux appimage"
+ "start": "npx electron src/index.js",
+ "build": "npx electron-builder --win nsis --linux appimage"
},
"repository": {
"type": "git",