Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit f49be56

Browse files
committed
Create a portable version instead of an installer
1 parent e8d6da9 commit f49be56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"postinstall": ""
1818
},
1919
"build": {
20-
"productName": "discord-4sucres-connector",
20+
"productName": "Connecteur 4sucres-Discord",
2121
"appId": "org.4sucres.discord-connector",
2222
"directories": {
2323
"output": "build"
@@ -44,7 +44,8 @@
4444
"icon": "build/icons/icon.icns"
4545
},
4646
"win": {
47-
"icon": "build/icons/icon.ico"
47+
"icon": "build/icons/icon.ico",
48+
"target": "portable"
4849
},
4950
"linux": {
5051
"icon": "build/icons"

0 commit comments

Comments
 (0)