Skip to content

Commit

Permalink
Update dmg artifact name to include architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Importantus committed Dec 10, 2024
1 parent 8ba3fbe commit 1a2d41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mac:
- recorder
notarize: false
dmg:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-${version}.${arch}.${ext}
appImage:
artifactName: ${name}-${version}.${ext}
artifactName: ${name}-${version}.${arch}.${ext}
npmRebuild: false

0 comments on commit 1a2d41f

Please sign in to comment.