This commit is contained in:
Anthony Stirling
2024-12-13 11:31:49 +00:00
parent 1ccdc1697b
commit 43c4ec1089
3 changed files with 26 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ ext {
}
group = "stirling.software"
version = "0.36.0"
version = "0.36.1"
java {
@@ -117,7 +117,11 @@ jpackage {
// JVM Options
javaOptions = [
"-DBROWSER_OPEN=true",
"-DSTIRLING_PDF_DESKTOP_UI=true"
"-DSTIRLING_PDF_DESKTOP_UI=true",
"-Djava.awt.headless=false",
"--add-opens", "java.base/java.lang=ALL-UNNAMED",
"--add-opens", "java.desktop/java.awt.event=ALL-UNNAMED",
"--add-opens", "java.desktop/sun.awt=ALL-UNNAMED"
]
// Enable verbose output
@@ -127,8 +131,9 @@ jpackage {
// Windows-specific configuration
windows {
launcherAsService = false
appVersion = project.version
winConsole = true
winConsole = false
winDirChooser = true
winMenu = true
winShortcut = true