mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Add PKG for Mac
This commit is contained in:
parent
036ff2a9b1
commit
156e7c1caf
@ -1,6 +1,7 @@
|
||||
appId: org.qortal.QortalUi
|
||||
productName: "Qortal UI"
|
||||
copyright: "Copyright © 2021"
|
||||
aappId: "org.qortal.QortalUI"
|
||||
productName: "Qortal-UI"
|
||||
artifactName: "${productName}-Setup-${version}.${ext}"
|
||||
copyright: "Copyright © 2021 Qortal"
|
||||
|
||||
# forceCodeSigning: false
|
||||
|
||||
@ -36,6 +37,7 @@ mac:
|
||||
entitlementsInherit: "./build/entitlements.mac.plist"
|
||||
target:
|
||||
- { target: dmg }
|
||||
- { target: pkg }
|
||||
|
||||
# Config for OSX dmg
|
||||
dmg:
|
||||
@ -50,6 +52,16 @@ dmg:
|
||||
type: "link"
|
||||
path: "/Applications"
|
||||
|
||||
# Config for OSX pkg
|
||||
pkg:
|
||||
installLocation: "/Applications"
|
||||
allowAnywhere: true
|
||||
allowCurrentUserHome: true
|
||||
allowRootDirectory: true
|
||||
isVersionChecked: true
|
||||
isRelocatable: false
|
||||
overwriteAction: "upgrade"
|
||||
|
||||
# Windows configuration
|
||||
win:
|
||||
legalTrademarks: "QORTAL.ORG"
|
||||
|
Loading…
x
Reference in New Issue
Block a user