Browse Source

Add PKG for Mac

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
156e7c1caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      electron-builder.yml

18
electron-builder.yml

@ -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…
Cancel
Save