Skip to content

Commit 7601cd7

Browse files
committed
fix error
1 parent 040d2f1 commit 7601cd7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
"compression": "maximum",
8383
"asar": true,
8484
"asarUnpack": "**\\*.{node,dll}",
85+
"productName": "TxCRCPME",
86+
"artifactName": "TxCRCPMEv${version}.exe",
8587
"mac": {
8688
"category": "public.app-category.productivity",
8789
"target": [
@@ -94,11 +96,11 @@
9496
"nsis"
9597
],
9698
"icon": "build/logo.png",
97-
"productName": "TxCRCPME",
98-
"artifactName": "TxCRCPMEv${version}.exe",
99-
"nsis": {
100-
"artifactName": "TxCRCPMEv${version}-Setup.exe"
101-
}
99+
},
100+
"nsis": {
101+
"artifactName": "TxCRCPMEv${version}-Setup.exe",
102+
"installerIcon": "build/logo.ico",
103+
"uninstallerIcon": "build/logo.ico"
102104
},
103105
"linux": {
104106
"target": "AppImage"

0 commit comments

Comments
 (0)