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.

133 lines
2.6 KiB

appId: "org.qortal.QortalUI"
3 years ago
productName: "Qortal UI"
3 years ago
copyright: "Copyright © 2021 Qortal"
3 years ago
# forceCodeSigning: false
# nodeGypRebuild: false
3 years ago
compression: normal
3 years ago
asar: true
3 years ago
afterPack: "./scripts/afterPack.js"
afterSign: "./scripts/notarize.js"
3 years ago
files:
- from: "."
to: "."
filter:
- "electron.js"
- "img/"
- "node_modules/"
- "server.js"
- "package.json"
- "builtWWW/"
- "config/"
- "scripts/"
- "build/"
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"
asarUnpack: "**/*.node"
3 years ago
target:
- { target: dmg }
3 years ago
- { target: pkg }
3 years ago
# Config for OSX dmg
dmg:
sign: false
3 years ago
artifactName: "Qortal-Setup-macOS.${ext}"
3 years ago
icon: "./img/icons/icns/256x256.icns"
3 years ago
iconSize: 100
contents:
- x: 130
y: 220
- x: 410
y: 220
type: "link"
path: "/Applications"
# Config for OSX pkg
pkg:
3 years ago
artifactName: "Qortal-Setup-macOS.${ext}"
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:
3 years ago
artifactName: "Qortal-Setup-win64.${ext}"
3 years ago
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"
3 years ago
- "rpm"
3 years ago
deb:
3 years ago
artifactName: "Qortal-Setup-amd64.${ext}"
3 years ago
synopsis: "Qortal UI for Linux"
afterInstall: "./scripts/add-debian-apt-repo.sh"
afterRemove: "./scripts/uninstall-debian-conf.sh"
3 years ago
appImage:
artifactName: "Qortal-Setup-amd64.${ext}"
3 years ago
snap:
3 years ago
artifactName: "Qortal-Setup-amd64.${ext}"
3 years ago
synopsis: "Qortal UI for Linux"
3 years ago
rpm:
artifactName: "Qortal-Setup-amd64.${ext}"
3 years ago
directories:
output: dist
3 years ago
buildResources: "./build/"
3 years ago
publish:
provider: github
owner: Qortal
repo: qortal-ui