Initial commit
This commit is contained in:
@@ -14,7 +14,13 @@ extraResources:
|
||||
- 'libraries'
|
||||
|
||||
# Windows Configuration
|
||||
win:
|
||||
win:
|
||||
publish:
|
||||
- provider: github
|
||||
host: git.chenco.dev
|
||||
releaseType: release
|
||||
repo: chencoLauncher
|
||||
owner: TrollFury
|
||||
target:
|
||||
- target: 'nsis'
|
||||
arch: 'x64'
|
||||
@@ -28,6 +34,12 @@ nsis:
|
||||
|
||||
# macOS Configuration
|
||||
mac:
|
||||
publish:
|
||||
- provider: github
|
||||
host: git.chenco.dev
|
||||
releaseType: release
|
||||
repo: chencoLauncher
|
||||
owner: TrollFury
|
||||
target:
|
||||
- target: 'dmg'
|
||||
arch:
|
||||
@@ -37,15 +49,16 @@ mac:
|
||||
category: 'public.app-category.games'
|
||||
|
||||
# Linux Configuration
|
||||
linux:
|
||||
linux:
|
||||
publish:
|
||||
- provider: github
|
||||
host: git.chenco.dev
|
||||
releaseType: release
|
||||
repo: chencoLauncher
|
||||
owner: TrollFury
|
||||
target: 'AppImage'
|
||||
maintainer: 'Chen & Co'
|
||||
vendor: 'Chen & Co'
|
||||
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'
|
||||
category: 'Game'
|
||||
Reference in New Issue
Block a user