Skip to content

Commit

Permalink
Reset Dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
BelgianDev committed May 2, 2024
1 parent 1e19a2a commit fadac04
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
appId: 'helioslauncher'
productName: 'Helios Launcher'
appId: 'craftedlauncherlegacy'
productName: 'Crafted Launcher Legacy'
artifactName: '${productName}-setup-${version}.${ext}'

copyright: 'Copyright © 2018-2024 Daniel Scalzi'
copyright: 'Copyright © 2018-2023 RaftDev'

asar: true
compression: 'maximum'
Expand All @@ -14,8 +14,8 @@ extraResources:
- 'libraries'

# Windows Configuration
win:
target:
win:
target:
- target: 'nsis'
arch: 'x64'

Expand All @@ -37,12 +37,12 @@ mac:
category: 'public.app-category.games'

# Linux Configuration
linux:
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.'
maintainer: 'RaftDev'
vendor: 'RaftDev'
synopsis: 'Crafted Launcher Legacy'
description: 'Launcher for Raft modpacks'
category: 'Game'


Expand Down

0 comments on commit fadac04

Please sign in to comment.