File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/resources/images Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,18 @@ jlink {
8787 } else if (currentOS. isMacOsX()) {
8888 jpackage {
8989 installerType = ' dmg'
90- icon = " ${ project.rootDir} /src/main/resources/images/opal.png"
90+ icon = " ${ project.rootDir} /src/main/resources/images/opal.icns"
91+ imageOptions = [
92+ ' --mac-package-identifier' , ' com.codedead.opal' ,
93+ ]
9194 installerOptions = [
9295 ' --mac-package-name' , ' Opal' ,
93- ' --mac-package-identifier' , ' com.codedead.opal' ,
9496 ' --mac-app-category' , ' public.app-category.music' ,
9597 ' --copyright' , ' Copyright (c) 2025 CodeDead' ,
9698 ' --description' , ' Opal is a free and open-source JavaFX application that can play relaxing music in the background' ,
9799 ' --vendor' , ' CodeDead' ,
98100 ' --license-file' , ' LICENSE' ,
101+ ' --mac-sign' ,
99102 ' --app-version' , " ${ project.version.toString()} " ,
100103 ' --about-url' , ' https://codedead.com'
101104 ]
You can’t perform that action at this time.
0 commit comments