mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Update for 1.7.0
This commit is contained in:
parent
6bcfc1e5eb
commit
99936be5ef
@ -1,6 +1,5 @@
|
||||
appId: "org.qortal.QortalUI"
|
||||
productName: "Qortal UI"
|
||||
artifactName: "Qortal-Setup.${ext}"
|
||||
copyright: "Copyright © 2021 Qortal"
|
||||
|
||||
# forceCodeSigning: false
|
||||
@ -11,6 +10,10 @@ compression: normal
|
||||
|
||||
asar: true
|
||||
|
||||
afterPack: "./scripts/afterPack.js"
|
||||
|
||||
afterSign: "./scripts/notarize.js"
|
||||
|
||||
files:
|
||||
- from: "."
|
||||
to: "."
|
||||
@ -25,10 +28,6 @@ files:
|
||||
- "scripts/"
|
||||
- "build/"
|
||||
|
||||
afterPack: "./scripts/afterPack.js"
|
||||
|
||||
afterSign: "./scripts/notarize.js"
|
||||
|
||||
# Mac OS configuration
|
||||
mac:
|
||||
icon: "./img/icons/icns/256x256.icns"
|
||||
@ -45,6 +44,7 @@ mac:
|
||||
# Config for OSX dmg
|
||||
dmg:
|
||||
sign: false
|
||||
artifactName: "Qortal-Setup-macOS.${ext}"
|
||||
icon: "./img/icons/icns/256x256.icns"
|
||||
iconSize: 100
|
||||
contents:
|
||||
@ -57,6 +57,7 @@ dmg:
|
||||
|
||||
# Config for OSX pkg
|
||||
pkg:
|
||||
artifactName: "Qortal-Setup-macOS.${ext}"
|
||||
installLocation: "/Applications"
|
||||
background: {
|
||||
file: "./build/logo.png",
|
||||
@ -79,6 +80,7 @@ win:
|
||||
|
||||
# Config for the windows installer
|
||||
nsis:
|
||||
artifactName: "Qortal-Setup-win64.${ext}"
|
||||
oneClick: false
|
||||
perMachine: false
|
||||
installerSidebar: "./img/win-installer-sidebar.bmp"
|
||||
@ -102,15 +104,24 @@ linux:
|
||||
- "deb"
|
||||
- "AppImage"
|
||||
- "snap"
|
||||
- "rpm"
|
||||
|
||||
deb:
|
||||
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||
synopsis: "Qortal UI for Linux"
|
||||
afterInstall: "./scripts/add-debian-apt-repo.sh"
|
||||
afterRemove: "./scripts/uninstall-debian-conf.sh"
|
||||
|
||||
appImage:
|
||||
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||
|
||||
snap:
|
||||
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||
synopsis: "Qortal UI for Linux"
|
||||
|
||||
rpm:
|
||||
artifactName: "Qortal-Setup-amd64.${ext}"
|
||||
|
||||
directories:
|
||||
output: dist
|
||||
buildResources: "./build/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user