1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-Desktop/build/electron-builder.yml

54 lines
1.2 KiB
YAML
Raw Normal View History

2024-03-29 00:42:46 -04:00
productName: "Penpot Desktop"
2024-05-22 16:23:41 -04:00
appId: "org.sudovanilla.penpot"
2024-03-29 00:42:46 -04:00
asar: true
# Update Server
2024-05-22 16:23:41 -04:00
# publish:
# provider: "generic"
# url: "https://sudovanilla.org/distribute/applications/penpot-desktop/latest/"
2024-03-29 00:42:46 -04: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:
shortcutName: "Penpot Desktop"
artifactName: "Penpot Desktop - Setup.exe"
oneClick: false
displayLanguageSelector: true
allowElevation: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: false
deleteAppDataOnUninstall: true
# Linux
linux:
category: Graphics
2024-05-22 16:23:41 -04:00
maintainer: "org.sudovanilla.penpot"
2024-03-29 00:42:46 -04:00
vendor: "SudoVanilla"
description: "A Desktop-Like Experience"
icon: "build/icon.png"
target:
2024-04-09 19:54:15 -04:00
- deb # Debian/Ubuntu
- rpm # RHEL/Fedora
2024-05-22 16:23:41 -04:00
- 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)
2024-03-29 00:42:46 -04:00
snap:
allowNativeWayland: true
confinement: "strict"