chore: package.json changes

This commit is contained in:
Fabio Di Stasio 2022-06-02 12:50:05 +02:00
parent 8ce1d1a964
commit 20b814378b
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

View File

@ -48,7 +48,6 @@
"package.json"
],
"win": {
"icon": "assets/icon.png",
"target": [
"nsis",
"portable"
@ -87,7 +86,7 @@
"license": "./LICENSE",
"installerIcon": "assets/icon.ico",
"uninstallerIcon": "assets/icon.ico",
"installerHeader": "assets/icon.png"
"installerHeader": "assets/icon.ico"
},
"portable": {
"artifactName": "${productName}-${version}-portable.exe"