mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-10-31 19:36:39 -07:00
fc289262a8
Rename workflow since slash character is not supported by shields.io.
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
appId: 'helioslauncher'
|
|
productName: 'Helios Launcher'
|
|
artifactName: '${productName}-setup-${version}.${ext}'
|
|
|
|
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
|
|
|
|
asar: true
|
|
compression: 'maximum'
|
|
|
|
files:
|
|
- '!{dist,.gitignore,.vscode,docs,dev-app-update.yml,.nvmrc,.eslintrc.json}'
|
|
|
|
extraResources:
|
|
- 'libraries'
|
|
|
|
# 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: '${productName}-setup-${version}-${arch}.${ext}'
|
|
category: 'public.app-category.games'
|
|
|
|
# Linux Configuration
|
|
linux:
|
|
target: 'AppImage'
|
|
maintainer: 'Daniel Scalzi'
|
|
vendor: 'Daniel Scalzi'
|
|
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' |