This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FalixNodes-Desktop-NP/build/electron-builder.yml
2025-03-22 22:04:43 -04:00

64 lines
1.9 KiB
YAML
Executable file

productName: "FalixNodes Limited"
appId: "net.falixnodes.falixnodes-desktop"
asar: true # Some things may not work on Windows if this is disabled
# macOS
mac:
darkModeSupport: true
category: "public.app-category.utilities"
icon: "build/assets/icons/macOS.icns"
target:
- "dmg"
dmg:
background: "build/assets/backgrounds/DMG-Installer.png"
icon: "build/assets/icons/macOS.icns"
# Windows
win:
icon: "build/assets/icons/Windows.png"
target:
- "nsis" # Executable Setup
appx:
applicationId: "net.falixnodes.falixnodes-desktop"
identityName: "00000Company.FalixNodes-Limited"
publisher: "CN=000A00A0-A00A-0A00-AAA0-0AAA00A000AA"
publisherDisplayName: "FalixNodes Limited"
backgroundColor: "#0e141a"
nsis:
shortcutName: "FalixNodes Desktop"
uninstallDisplayName: "FalixNodes Desktop - Uninstall"
artifactName: "FalixNodes Desktop - Setup.exe"
oneClick: false # If you want a silent installer, enable this and ignore options below
installerSidebar: "build/assets/backgrounds/EXE-Setup-Sidebar.bmp" # Must be a BMP: https://cloudconvert.com/png-to-bmp
displayLanguageSelector: true
allowElevation: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
deleteAppDataOnUninstall: true
# Linux
linux:
icon: "build/assets/icons/Linux.png"
category: Utility
maintainer: "FalixNodes Limited"
vendor: "FalixNodes Limited"
description: "Simple and stylish to use! Access FalixNodes features such as your client and game panel, help center, phpMyAdmin, status, and more all from a centralized place."
target:
- freebsd # Auto Update NOT supported
- pacman # Auto Update NOT supported
- AppImage
- deb # Debian/Ubuntu
- rpm # RHEL/Fedora
- snap
snap:
allowNativeWayland: true
confinement: "strict"
# Update Server
# publish:
# provider: "generic"
# url: "https://distribute.korbsstudio.com/applications/app-name/latest/"