mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-19 00:07:17 +01:00
test dirs
This commit is contained in:
parent
ccdcb05e65
commit
d55e007f93
@ -135,6 +135,7 @@ jpackage {
|
||||
winHelpUrl = "https://github.com/Stirling-Tools/Stirling-PDF"
|
||||
winUpdateUrl = "https://github.com/Stirling-Tools/Stirling-PDF/releases"
|
||||
type = "exe"
|
||||
installDir = "C:/Program Files/Stirling-PDF"
|
||||
}
|
||||
|
||||
// macOS-specific configuration
|
||||
@ -148,6 +149,8 @@ jpackage {
|
||||
macSign = false // Enable signing
|
||||
macAppStore = false // Not targeting App Store initially
|
||||
|
||||
installDir = "/Applications/Stirling-PDF.app"
|
||||
|
||||
// Add license and other documentation to DMG
|
||||
/*macDmgContent = [
|
||||
"README.md",
|
||||
@ -173,6 +176,8 @@ jpackage {
|
||||
linuxPackageDeps = true
|
||||
linuxShortcut = true
|
||||
|
||||
installDir = "/opt/Stirling-PDF"
|
||||
|
||||
// RPM-specific settings
|
||||
//linuxRpmLicenseType = "MIT"
|
||||
}
|
||||
@ -198,9 +203,6 @@ jpackage {
|
||||
// Add copyright and license information
|
||||
copyright = "Copyright © 2024 Stirling Software"
|
||||
licenseFile = "LICENSE"
|
||||
|
||||
// Set installation directory
|
||||
installDir = "Stirling-PDF"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user