Qortal UI - Main Code Repository A User Interface for the Qortal Blockchain Project. Truly decentralized web hosting, application hosting, communications, data storage, and full infrastructure for the future global decentralized digital world.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
2.3 KiB

appId: "org.qortal.QortalUI"
3 years ago
productName: "Qortal-UI"
artifactName: "${productName}-Setup-${version}.${ext}"
copyright: "Copyright © 2021 Qortal"
3 years ago
# forceCodeSigning: false
# nodeGypRebuild: false
3 years ago
compression: normal
3 years ago
asar: true
files:
- from: "."
to: "."
filter:
- "electron.js"
- "img/"
- "node_modules/"
- "server.js"
- "package.json"
- "builtWWW/"
- "config/"
- "scripts/"
- "build/"
3 years ago
afterPack: "./scripts/afterPack.js"
afterSign: "./scripts/notarize.js"
3 years ago
# Mac OS configuration
mac:
icon: "./img/icons/icns/256x256.icns"
hardenedRuntime: true
gatekeeperAssess: false
entitlements: "./build/entitlements.mac.plist"
entitlementsInherit: "./build/entitlements.mac.plist"
3 years ago
category: "public.app-category.utilities"
3 years ago
target:
- { target: dmg }
3 years ago
- { target: pkg }
3 years ago
# Config for OSX dmg
dmg:
icon: "./img/icons/icns/256x256.icns"
sign: false
3 years ago
iconSize: 100
contents:
- x: 130
y: 220
- x: 410
y: 220
type: "link"
path: "/Applications"
# Config for OSX pkg
pkg:
installLocation: "/Applications"
background: {
file: "./build/logo.png",
alignment: "bottomleft",
scaling: "none"
}
allowAnywhere: true
allowCurrentUserHome: true
allowRootDirectory: true
isVersionChecked: true
isRelocatable: false
3 years ago
overwriteAction: "upgrade"
3 years ago
# Windows configuration
win:
legalTrademarks: "QORTAL.ORG"
icon: "./img/icons/ico/256x256.ico"
target:
- "nsis"
# Config for the windows installer
nsis:
oneClick: false
perMachine: false
installerSidebar: "./img/win-installer-sidebar.bmp"
uninstallerSidebar: "./img/win-uninstaller-sidebar.bmp"
3 years ago
runAfterFinish: true
deleteAppDataOnUninstall: true
createDesktopShortcut: true
createStartMenuShortcut: true
# Linux configuration
linux:
icon: "./img/icons/png/"
category: "Network"
packageCategory: "Network"
desktop:
StartupWMClass: qortal-ui
executableArgs:
- --no-sandbox
- '--js-flags="--max-old-space-size=6144"'
target:
- "deb"
- "AppImage"
- "snap"
deb:
synopsis: "Qortal UI for Linux"
afterInstall: "./scripts/add-debian-apt-repo.sh"
afterRemove: "./scripts/uninstall-debian-conf.sh"
snap:
synopsis: "Qortal UI for Linux"
directories:
output: dist
publish:
provider: github
owner: Qortal
repo: qortal-ui