mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-24 10:52:00 +00:00
cleanup
This commit is contained in:
parent
2b096e661c
commit
6dcb353469
18
build.gradle
18
build.gradle
@ -23,7 +23,7 @@ ext {
|
|||||||
bouncycastleVersion = "1.80"
|
bouncycastleVersion = "1.80"
|
||||||
springSecuritySamlVersion = "6.4.4"
|
springSecuritySamlVersion = "6.4.4"
|
||||||
openSamlVersion = "4.3.2"
|
openSamlVersion = "4.3.2"
|
||||||
tempJrePath = null // shared variable between tasks
|
tempJrePath = null
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "stirling.software"
|
group = "stirling.software"
|
||||||
@ -197,20 +197,8 @@ jpackage {
|
|||||||
macPackageIdentifier = "com.stirling.software.pdf"
|
macPackageIdentifier = "com.stirling.software.pdf"
|
||||||
macPackageName = "Stirling-PDF_x86_64"
|
macPackageName = "Stirling-PDF_x86_64"
|
||||||
macAppCategory = "public.app-category.productivity"
|
macAppCategory = "public.app-category.productivity"
|
||||||
macSign = false // Enable signing
|
macSign = false
|
||||||
macAppStore = false // Not targeting App Store initially
|
macAppStore = false
|
||||||
|
|
||||||
//installDir = "Applications"
|
|
||||||
|
|
||||||
// Add license and other documentation to DMG
|
|
||||||
/*macDmgContent = [
|
|
||||||
"README.md",
|
|
||||||
"LICENSE",
|
|
||||||
"CHANGELOG.md"
|
|
||||||
]*/
|
|
||||||
|
|
||||||
// Enable Mac-specific entitlements
|
|
||||||
//macEntitlements = "entitlements.plist" // You'll need to create this file
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user