aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/package.json b/package.json
index ca02932..3dec425 100644
--- a/package.json
+++ b/package.json
@@ -13,19 +13,32 @@
"installerIcon": "icon.ico",
"uninstallerIcon": "icon.ico",
"installerHeaderIcon": "icon.ico"
+ },
+ "linux": {
+ "icon": "512x512.png",
+ "category": "Game",
+ "target": [
+ "AppImage",
+ "snap",
+ "deb",
+ "rpm",
+ "tar.gz"
+ ]
}
},
"scripts": {
"start": "npx electron src/index.js",
"debug": "npx electron src/index.js --debug",
"man": "npx marked-man docs/viper.1.md > docs/viper.1",
- "build": "npx electron-builder --win nsis --linux appimage"
+ "build": "npx electron-builder --win nsis --win portable --linux",
+ "build:windows": "npx electron-builder --win nsis --win portable",
+ "build:linux": "npx electron-builder --linux"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0neGal/viper.git"
},
- "author": "0neGal",
+ "author": "0neGal <mail@0negal.com>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/0neGal/viper/issues"