diff --git a/build.gradle b/build.gradle index 6bccd060..9e52e3db 100644 --- a/build.gradle +++ b/build.gradle @@ -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) { diff --git a/src/main/resources/jpackage/DrawingBotV3-Free-background.png b/src/main/resources/jpackage/DrawingBotV3-Free-background.png new file mode 100644 index 00000000..a5a7e87a Binary files /dev/null and b/src/main/resources/jpackage/DrawingBotV3-Free-background.png differ