mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 20:40:15 +00:00
Makefile: mac bundle: copy icon+update.sh directly
- renamed update.mac->update.sh - moved update.sh + icon.icns to macOS bundle skeleton path
This commit is contained in:
@@ -665,8 +665,6 @@ $(GUI_BUNDLE)/Contents/libs: $(BUNDLE)/Contents/libs $(GUI_BUNDLE)
|
||||
done; \
|
||||
fi
|
||||
test -d $(GUI_BUNDLE)/Contents/Resources || mkdir $(GUI_BUNDLE)/Contents/Resources
|
||||
cp data/icon.icns $(GUI_BUNDLE)/Contents/Resources
|
||||
cp data/update.mac $(GUI_BUNDLE)/Contents/MacOS/update
|
||||
defaults write `pwd`/$(GUI_BUNDLE)/Contents/Info.plist NSCameraUsageDescription 'Allow camera for video capture'
|
||||
defaults write `pwd`/$(GUI_BUNDLE)/Contents/Info.plist NSMicrophoneUsageDescription 'Allow microphone for audio capture'
|
||||
defaults write `pwd`/$(GUI_BUNDLE)/Contents/Info.plist CFBundleIconFile icon.icns
|
||||
|
||||
Reference in New Issue
Block a user