diff options
author | 0neGal <mail@0negal.com> | 2021-12-28 11:44:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 11:44:11 +0100 |
commit | 69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (patch) | |
tree | 6d966238d9ab5c307929c96aca1136ff60a03766 /package.json | |
parent | 1585232b26b3ee5f5af15ba64d35d9fef991c2cf (diff) | |
parent | 2751d6dfe6080be21fdee2ef44f2bafdced2fd47 (diff) | |
download | Viper-69cb991c086cd2740c2c7f8ad7546c531ed77eb9.tar.gz Viper-69cb991c086cd2740c2c7f8ad7546c531ed77eb9.zip |
Merge pull request #1 from Alystrasz/fix/windows
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
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", |