diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-28 11:53:14 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-28 11:53:14 +0100 |
commit | 240d058ed61d872279881fc2ec9313c4e56fdd9b (patch) | |
tree | 347ccc21fb6da8cee76e1cfe7077f049335b7f2d /package.json | |
parent | 3a47bdb7e0c2b0ed5b5bf1fa6bed13ace76bc555 (diff) | |
parent | 69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (diff) | |
download | Viper-240d058ed61d872279881fc2ec9313c4e56fdd9b.tar.gz Viper-240d058ed61d872279881fc2ec9313c4e56fdd9b.zip |
Merge branch 'main' into feat/icon
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", |