Skip to content

Commit

Permalink
Build: Add macOS installer logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SonarSonic committed Oct 22, 2024
1 parent 98d65ef commit 7cadb99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runtime {
def imgType = currentOs.windows ? 'ico' : currentOs.macOsX ? 'icns' : 'png'
imageOptions += ['--icon', "src/main/resources/images/icon.$imgType"]
appVersion = "$app_version"
installerOptions += ['--resource-dir', "src/main/resources"]
installerOptions += ['--resource-dir', "src/main/resources/jpackage"]
installerOptions += ['--vendor', 'Oliver Edward Lansdell']
installerOutputDir = file("$buildDir/jpackage-installers")
if(currentOs.windows) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cadb99

Please sign in to comment.