Skip to content

Commit 1a2d41f

Browse files
committed
Update dmg artifact name to include architecture
1 parent 8ba3fbe commit 1a2d41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

electron-builder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mac:
3232
- recorder
3333
notarize: false
3434
dmg:
35-
artifactName: ${name}-${version}.${ext}
35+
artifactName: ${name}-${version}.${arch}.${ext}
3636
appImage:
37-
artifactName: ${name}-${version}.${ext}
37+
artifactName: ${name}-${version}.${arch}.${ext}
3838
npmRebuild: false

0 commit comments

Comments
 (0)