diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 00:35:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 00:35:58 +0100 |
commit | 25c6b17830dc161e58cd8055083e21268f035b39 (patch) | |
tree | 4ecc6f86bc9614d09497619781d5cff978da954d /package.json | |
parent | fabfee3a0b845a9b58dbb59932228d6c4223aad3 (diff) | |
parent | dcbdadbe3568beca429b0df5caf96156ee43f474 (diff) | |
download | Viper-25c6b17830dc161e58cd8055083e21268f035b39.tar.gz Viper-25c6b17830dc161e58cd8055083e21268f035b39.zip |
Merge pull request #2 from Alystrasz/feat/icon
feat: Icons
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json index d730940..5e19ef4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,17 @@ "version": "1.0.0", "description": "Launcher+Updater for TF|2 Northstar", "main": "src/index.js", - "build": {"appId": "com.0negal.viper"}, + "build": { + "appId": "com.0negal.viper", + "directories": { + "buildResources": "src/assets/icons" + }, + "nsis": { + "installerIcon": "icon.ico", + "uninstallerIcon": "icon.ico", + "installerHeaderIcon": "icon.ico" + } + }, "scripts": { "start": "npx electron src/index.js", "debug": "npx electron src/index.js --debug", |