Skip to content

Commit 7337eca

Browse files
committed
fix: use English artifact name for Mac build to avoid upload error
1 parent d41c6b3 commit 7337eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ nsis:
1919
uninstallDisplayName: ${productName}
2020
createDesktopShortcut: always
2121
mac:
22+
artifactName: ${name}-${version}-${arch}-mac.${ext}
2223
entitlementsInherit: build/entitlements.mac.plist
2324
extendInfo:
2425
- NSCameraUsageDescription: Application requests access to the device's camera.

0 commit comments

Comments
 (0)