This commit is contained in:
Anthony Stirling 2024-12-13 12:14:21 +00:00
parent 43c4ec1089
commit ebd0ddc6ad

View File

@ -119,9 +119,11 @@ jpackage {
"-DBROWSER_OPEN=true", "-DBROWSER_OPEN=true",
"-DSTIRLING_PDF_DESKTOP_UI=true", "-DSTIRLING_PDF_DESKTOP_UI=true",
"-Djava.awt.headless=false", "-Djava.awt.headless=false",
"-Dapple.awt.UIElement=true",
"--add-opens", "java.base/java.lang=ALL-UNNAMED", "--add-opens", "java.base/java.lang=ALL-UNNAMED",
"--add-opens", "java.desktop/java.awt.event=ALL-UNNAMED", "--add-opens", "java.desktop/java.awt.event=ALL-UNNAMED",
"--add-opens", "java.desktop/sun.awt=ALL-UNNAMED" "--add-opens", "java.desktop/sun.awt=ALL-UNNAMED"
] ]
// Enable verbose output // Enable verbose output
@ -157,7 +159,7 @@ jpackage {
macSign = false // Enable signing macSign = false // Enable signing
macAppStore = false // Not targeting App Store initially macAppStore = false // Not targeting App Store initially
installDir = "/Applications/Stirling-PDF.app" //installDir = "Applications"
// Add license and other documentation to DMG // Add license and other documentation to DMG
/*macDmgContent = [ /*macDmgContent = [