Skip to content

Commit 9ec0012

Browse files
committed
mac
1 parent 06ac4f3 commit 9ec0012

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"compression": "maximum",
8383
"asar": true,
8484
"asarUnpack": "**\\*.{node,dll}",
85-
"productName": "TxCRCPME",
86-
"artifactName": "TxCRCPMEv${version}.exe",
85+
"productName": "TxCRCPMEv${version}",
86+
// "artifactName": "TxCRCPMEv${version}.exe",
8787
"mac": {
8888
"target": ["dmg"],
8989
"category": "public.app-category.utilities"
@@ -95,9 +95,9 @@
9595
],
9696
"icon": "build/logo.png"
9797
},
98-
"nsis": {
99-
"artifactName": "TxCRCPMEv${version}-Setup.exe"
100-
},
98+
// "nsis": {
99+
// "artifactName": "TxCRCPMEv${version}-Setup.exe"
100+
// },
101101
"linux": {
102102
"target": "AppImage"
103103
}

0 commit comments

Comments
 (0)