Skip to content

Commit

Permalink
chore(GHA): pyinstaller.macOS: add plist config
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Feb 11, 2025
1 parent ce288ff commit 817eac5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions LiveFT.spec
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@ if system().startswith("Darwin"):
name='LiveFT.app',
icon=None,
bundle_identifier=None,
info_plist={
'NSCameraUsageDescription': 'Pleease! ^_^',
'NSPrincipalClass': 'NSApplication',
'NSAppleScriptEnabled': False,
},
)

0 comments on commit 817eac5

Please sign in to comment.