Skip to content

Commit 9ff9e69

Browse files
committed
fix: add arch in electron-builder
1 parent 912d0b5 commit 9ff9e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mac:
5151
- NSDesktopCaptureUsageDescription: Application requests access to record screen.
5252
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
5353
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
54-
artifactName: ${name}-${version}.${ext}
54+
artifactName: ${name}-${version}-${arch}.${ext}
5555
entitlements: build/entitlements.mac.plist
5656
entitlementsInherit: build/entitlements.mac.plist
5757
notarize: true

0 commit comments

Comments
 (0)