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:
Martin Pulec
2023-05-15 16:02:54 +02:00
parent 9e852bfb00
commit 2b9ed6c795
3 changed files with 0 additions and 2 deletions

View File

@@ -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