aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlystrasz <contact@remyraes.com>2021-12-29 00:26:48 +0100
committerAlystrasz <contact@remyraes.com>2021-12-29 00:26:48 +0100
commitdcbdadbe3568beca429b0df5caf96156ee43f474 (patch)
tree57c11759a966590aebabe42ef139c65c3ea9c56b /package.json
parentbe7c81faf3574ec2e8df43c7c4e03df874d8cec1 (diff)
downloadViper-dcbdadbe3568beca429b0df5caf96156ee43f474.tar.gz
Viper-dcbdadbe3568beca429b0df5caf96156ee43f474.zip
[feat] logo displays correctly on Windows build
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index b852d36..5e19ef4 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,11 @@
"appId": "com.0negal.viper",
"directories": {
"buildResources": "src/assets/icons"
+ },
+ "nsis": {
+ "installerIcon": "icon.ico",
+ "uninstallerIcon": "icon.ico",
+ "installerHeaderIcon": "icon.ico"
}
},
"scripts": {