diff --git a/Makefile.in b/Makefile.in index 59eb26196..ec29135cc 100644 --- a/Makefile.in +++ b/Makefile.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 diff --git a/data/update.mac b/data/MacOS-bundle-template/Contents/MacOS/update.sh similarity index 100% rename from data/update.mac rename to data/MacOS-bundle-template/Contents/MacOS/update.sh diff --git a/data/icon.icns b/data/MacOS-bundle-template/Resources/icon.icns similarity index 100% rename from data/icon.icns rename to data/MacOS-bundle-template/Resources/icon.icns