55 lines
No EOL
1.2 KiB
YAML
55 lines
No EOL
1.2 KiB
YAML
productName: "Devojo"
|
|
appId: "org.sudovanilla.devojo"
|
|
asar: true
|
|
|
|
# Update Server
|
|
# publish:
|
|
# provider: "generic"
|
|
# url: "https://sudovanilla.org/distribute/applications/devojo/latest/"
|
|
|
|
# macOS
|
|
mac:
|
|
darkModeSupport: true
|
|
category: "public.app-category.graphics-design"
|
|
minimumSystemVersion: 10.13.6
|
|
target:
|
|
- "dmg" # Installer
|
|
- "zip" # Required for auto updater
|
|
|
|
dmg:
|
|
sign: true
|
|
|
|
# Windows
|
|
win:
|
|
target:
|
|
- "nsis" # Installer
|
|
|
|
nsis:
|
|
shortcutName: "Devojo"
|
|
artifactName: "Devojo - Setup.exe"
|
|
oneClick: false
|
|
displayLanguageSelector: true
|
|
allowElevation: false
|
|
allowToChangeInstallationDirectory: true
|
|
createDesktopShortcut: false
|
|
deleteAppDataOnUninstall: true
|
|
|
|
# Linux
|
|
linux:
|
|
category: Graphics
|
|
maintainer: "org.sudovanilla.devojo"
|
|
vendor: "SudoVanilla"
|
|
description: "A Desktop-Like Experience"
|
|
icon: "build/icon.png"
|
|
target:
|
|
# - deb # Debian/Ubuntu
|
|
# - rpm # RHEL/Fedora
|
|
# - freebsd # BSD
|
|
# - pacman # For Arch
|
|
- AppImage # Universal
|
|
- snap # Snapcraft Store - Can't build arm version on amd64 machines(comment Snap out if you plan to)
|
|
- zip
|
|
|
|
snap:
|
|
allowNativeWayland: true
|
|
confinement: "strict" |