Anki/qt/launcher/mac/icon/build.sh
Damien Elmes 90e1264895 qt/bundle -> qt/launcher
- remove more of the old bundling code
- handle app icon
2025-06-16 19:20:12 +07:00

5 lines
197 B
Bash
Executable file

#!/bin/bash
set -e
xcrun actool --app-icon AppIcon $(pwd)/Assets.xcassets --compile . --platform macosx --minimum-deployment-target 13.0 --target-device mac --output-partial-info-plist /dev/null