Skip to content

Commit fe877d1

Browse files
committed
add arch in artifactName
1 parent 79c043e commit fe877d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

electron-builder.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"productName": "Flaru Player",
33
"appId": "com.flaru.flaru",
4+
"copyright": "ⓒ 2021-2022 Jooy2",
45
"asar": true,
5-
"compression": "maximum",
66
"extends": null,
7-
"artifactName": "${productName} ${version}.${ext}",
7+
"compression": "maximum",
8+
"artifactName": "${productName} ${version}_${arch}.${ext}",
89
"fileAssociations": [
910
{
1011
"ext": "swf",

0 commit comments

Comments
 (0)