Skip to content

Commit

Permalink
update builder
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn committed Mar 23, 2024
1 parent c33c483 commit 711d2ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions electron-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ nsis:
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
target:
- target: default
arch:
- x64
- arm64
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: true
hardenedRuntime: true
# identity: 'Harrison Borges (CHZPTSK255)'
entitlements: build/entitlements.plist
entitlementsInherit: build/entitlements.plist
gatekeeperAssess: false
dmg:
# artifactName: ${name}-${arch}-${version}.${ext}
# sign: false
artifactName: ${name}-${arch}-${version}.${ext}
sign: false
linux:
target:
- AppImage
Expand Down

0 comments on commit 711d2ac

Please sign in to comment.