Skip to content

Commit 2da7db2

Browse files
authored
fix(stage-tamagotchi): try to fix #770 macOS crashes with Team ID mismatch check (#772)
1 parent 7db9907 commit 2da7db2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/stage-tamagotchi/electron-builder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ mac:
4242
extendInfo:
4343
- NSMicrophoneUsageDescription: 'AIRI requires microphone access for voice interaction'
4444
- 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
4547
notarize: false
48+
hardenedRuntime: false
4649
executableName: airi
4750
dmg:
4851
artifactName: ${productName}-${version}-darwin-${arch}.${ext}

0 commit comments

Comments
 (0)