diff options
author | Alystrasz <contact@remyraes.com> | 2021-12-29 00:26:48 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2021-12-29 00:26:48 +0100 |
commit | dcbdadbe3568beca429b0df5caf96156ee43f474 (patch) | |
tree | 57c11759a966590aebabe42ef139c65c3ea9c56b /package.json | |
parent | be7c81faf3574ec2e8df43c7c4e03df874d8cec1 (diff) | |
download | Viper-dcbdadbe3568beca429b0df5caf96156ee43f474.tar.gz Viper-dcbdadbe3568beca429b0df5caf96156ee43f474.zip |
[feat] logo displays correctly on Windows build
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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": { |