Skip to content

Commit d5fdfea

Browse files
committed
Merge branch 'development' into feature/upgrades
2 parents 470169a + 79adc6e commit d5fdfea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]
10.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)