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