Skip to content

Commit ad89178

Browse files
author
Artem
committed
move name tmpl
1 parent 9086b5f commit ad89178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"artifactName": "${productName}.${ext}",
1616
"compression": "normal",
1717
"mac": {
18+
"artifactName": "${productName}-${os}-${arch}.${ext}",
1819
"target": [
1920
{
2021
"target": "dmg",
@@ -33,7 +34,6 @@
3334
"gatekeeperAssess": false
3435
},
3536
"dmg": {
36-
"artifactName": "${productName}-${os}-${arch}.${ext}",
3737
"contents": [
3838
{
3939
"x": 130,

0 commit comments

Comments
 (0)