We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040d2f1 commit 7601cd7Copy full SHA for 7601cd7
package.json
@@ -82,6 +82,8 @@
82
"compression": "maximum",
83
"asar": true,
84
"asarUnpack": "**\\*.{node,dll}",
85
+ "productName": "TxCRCPME",
86
+ "artifactName": "TxCRCPMEv${version}.exe",
87
"mac": {
88
"category": "public.app-category.productivity",
89
"target": [
@@ -94,11 +96,11 @@
94
96
"nsis"
95
97
],
98
"icon": "build/logo.png",
- "productName": "TxCRCPME",
- "artifactName": "TxCRCPMEv${version}.exe",
99
- "nsis": {
100
- "artifactName": "TxCRCPMEv${version}-Setup.exe"
101
- }
+ },
+ "nsis": {
+ "artifactName": "TxCRCPMEv${version}-Setup.exe",
102
+ "installerIcon": "build/logo.ico",
103
+ "uninstallerIcon": "build/logo.ico"
104
},
105
"linux": {
106
"target": "AppImage"
0 commit comments