Skip to content

Commit

Permalink
fix: disable code signing on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Kattjakt committed Oct 5, 2024
1 parent 3d52b5d commit 67aefb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nsis:
uninstallDisplayName: ${productName}
createDesktopShortcut: always
mac:
identity: null
entitlementsInherit: build/entitlements.mac.plist
extendInfo:
- NSCameraUsageDescription: Application requests access to the device's camera.
Expand Down

0 comments on commit 67aefb6

Please sign in to comment.