File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88# JAVA_HOME
99# JAVA_RELEASE (e.g. 23)
1010
11- APP_NAME=" itunes-backup-explorer "
11+ APP_NAME=" iTunes Backup Explorer "
1212MAIN_JAR=" itunes-backup-explorer-$PROJECT_VERSION .jar"
1313MAIN_MODULE=" me.maxih.itunes_backup_explorer"
1414MAIN_CLASS=" me.maxih.itunes_backup_explorer.ITunesBackupExplorerLauncher"
@@ -65,7 +65,7 @@ echo Packaging...
6565 --copyright " Copyright © 2025 Maximilian Herczegh" \
6666 --vendor " Maximilian Herczegh" \
6767 --icon " src/main/resources/me/maxih/itunes_backup_explorer/icon.icns" \
68- --app-image " target/app-image/$APP_NAME " \
68+ --app-image " target/app-image/$APP_NAME .app " \
6969 --mac-package-identifier " maxih.itunes-backup-explorer" \
7070 --mac-package-name " Backup Explorer" \
7171 --mac-app-category " utilities"
Original file line number Diff line number Diff line change 134134 <activation >
135135 <os >
136136 <family >unix</family >
137+ <name >!mac os x</name >
137138 </os >
138139 </activation >
139140 <build >
You can’t perform that action at this time.
0 commit comments