test dirs

This commit is contained in:
Anthony Stirling 2024-12-13 00:24:51 +00:00
parent ccdcb05e65
commit d55e007f93

View File

@ -135,6 +135,7 @@ jpackage {
winHelpUrl = "https://github.com/Stirling-Tools/Stirling-PDF" winHelpUrl = "https://github.com/Stirling-Tools/Stirling-PDF"
winUpdateUrl = "https://github.com/Stirling-Tools/Stirling-PDF/releases" winUpdateUrl = "https://github.com/Stirling-Tools/Stirling-PDF/releases"
type = "exe" type = "exe"
installDir = "C:/Program Files/Stirling-PDF"
} }
// macOS-specific configuration // macOS-specific configuration
@ -148,6 +149,8 @@ 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"
// Add license and other documentation to DMG // Add license and other documentation to DMG
/*macDmgContent = [ /*macDmgContent = [
"README.md", "README.md",
@ -173,6 +176,8 @@ jpackage {
linuxPackageDeps = true linuxPackageDeps = true
linuxShortcut = true linuxShortcut = true
installDir = "/opt/Stirling-PDF"
// RPM-specific settings // RPM-specific settings
//linuxRpmLicenseType = "MIT" //linuxRpmLicenseType = "MIT"
} }
@ -198,9 +203,6 @@ jpackage {
// Add copyright and license information // Add copyright and license information
copyright = "Copyright © 2024 Stirling Software" copyright = "Copyright © 2024 Stirling Software"
licenseFile = "LICENSE" licenseFile = "LICENSE"
// Set installation directory
installDir = "Stirling-PDF"
} }