HeliosLauncher/electron-builder.yml

55 lines
1.3 KiB
YAML
Raw Normal View History

2024-12-14 04:00:17 -08:00
appId: 'rollipartylauncher'
productName: 'Rolli Party Launcher'
artifactName: 'Rolli-Party-Launcher-setup-${version}.${ext}'
2024-12-14 04:00:17 -08:00
copyright: 'Copyright © 2018-2024 Daniel Scalzi, Copyright © 2024 peunsu, Copyright © 2024 Irgis'
asar: true
compression: 'maximum'
files:
- '!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.nvmrc,.eslintrc.json}'
extraResources:
- 'libraries'
2024-12-14 04:00:17 -08:00
publish:
provider: 'generic'
url: 'http://59.26.10.62:9090/'
# Windows Configuration
win:
target:
- target: 'nsis'
arch: 'x64'
# Windows Installer Configuration
nsis:
oneClick: false
perMachine: false
allowElevation: true
allowToChangeInstallationDirectory: true
# macOS Configuration
mac:
target:
- target: 'dmg'
arch:
- 'x64'
- 'arm64'
2024-12-14 04:00:17 -08:00
artifactName: 'Rolli-Party-Launcher-setup-${version}-${arch}.${ext}'
category: 'public.app-category.games'
# Linux Configuration
linux:
target: 'AppImage'
2024-12-14 04:00:17 -08:00
maintainer: 'Daniel Scalzi, peunsu, Irgis'
vendor: 'Daniel Scalzi, peunsu, Irgis'
synopsis: 'Modded Minecraft Launcher'
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
category: 'Game'
directories:
buildResources: 'build'
output: 'dist'