We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c043e commit fe877d1Copy full SHA for fe877d1
electron-builder.json
@@ -1,10 +1,11 @@
1
{
2
"productName": "Flaru Player",
3
"appId": "com.flaru.flaru",
4
+ "copyright": "ⓒ 2021-2022 Jooy2",
5
"asar": true,
- "compression": "maximum",
6
"extends": null,
7
- "artifactName": "${productName} ${version}.${ext}",
+ "compression": "maximum",
8
+ "artifactName": "${productName} ${version}_${arch}.${ext}",
9
"fileAssociations": [
10
11
"ext": "swf",
0 commit comments