We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db9907 commit 2da7db2Copy full SHA for 2da7db2
apps/stage-tamagotchi/electron-builder.yml
@@ -42,7 +42,10 @@ mac:
42
extendInfo:
43
- NSMicrophoneUsageDescription: 'AIRI requires microphone access for voice interaction'
44
- NSCameraUsageDescription: 'AIRI requires camera access for vision understanding'
45
+ # If still fails, check:
46
+ # https://github.com/electron-userland/electron-builder/issues/3989#issuecomment-557013674
47
notarize: false
48
+ hardenedRuntime: false
49
executableName: airi
50
dmg:
51
artifactName: ${productName}-${version}-darwin-${arch}.${ext}
0 commit comments