Anki/qt/launcher/mac/icon/build.sh
Damien Elmes e81c23b408 qt/bundle -> qt/launcher
- remove more of the old bundling code
- handle app icon
2025-06-19 13:39:46 +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