HeliosLauncher/electron-builder.yml
2024-12-14 21:00:17 +09:00

55 lines
1.3 KiB
YAML

appId: 'rollipartylauncher'
productName: 'Rolli Party Launcher'
artifactName: 'Rolli-Party-Launcher-setup-${version}.${ext}'
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'
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'
artifactName: 'Rolli-Party-Launcher-setup-${version}-${arch}.${ext}'
category: 'public.app-category.games'
# Linux Configuration
linux:
target: 'AppImage'
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'