2
Fork 0
Devojo/build/electron-builder.yml

55 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2024-12-05 00:16:35 -05:00
productName: "Devojo"
appId: "org.sudovanilla.devojo"
2024-12-04 22:02:13 -05:00
asar: true
# Update Server
# publish:
# provider: "generic"
2024-12-05 00:16:35 -05:00
# url: "https://sudovanilla.org/distribute/applications/devojo/latest/"
2024-12-04 22:02:13 -05:00
# 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:
2024-12-05 00:16:35 -05:00
shortcutName: "Devojo"
artifactName: "Devojo - Setup.exe"
2024-12-04 22:02:13 -05:00
oneClick: false
displayLanguageSelector: true
allowElevation: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: false
deleteAppDataOnUninstall: true
# Linux
linux:
category: Graphics
maintainer: "org.sudovanilla.devojo"
2024-12-04 22:02:13 -05:00
vendor: "SudoVanilla"
description: "A Desktop-Like Experience"
icon: "build/icon.png"
target:
2024-12-05 00:16:35 -05:00
# - deb # Debian/Ubuntu
# - rpm # RHEL/Fedora
# - freebsd # BSD
2024-12-05 15:15:42 -05:00
# - pacman # For Arch
- AppImage # Universal
2024-12-04 22:02:13 -05:00
- snap # Snapcraft Store - Can't build arm version on amd64 machines(comment Snap out if you plan to)
2024-12-05 15:15:42 -05:00
- zip
2024-12-04 22:02:13 -05:00
snap:
allowNativeWayland: true
confinement: "strict"