Added shitty icon.

This commit is contained in:
Andrew Lalis 2022-08-07 16:17:01 +02:00
parent 38b01f0531
commit 60d45a071f
4 changed files with 3 additions and 1 deletions

BIN
launcher/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
launcher/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -19,6 +19,7 @@ jpackage \
--name "Ace of Shades Launcher" \ --name "Ace of Shades Launcher" \
--app-version "1.0.0" \ --app-version "1.0.0" \
--description "Launcher app for Ace of Shades, a voxel-based first-person shooter." \ --description "Launcher app for Ace of Shades, a voxel-based first-person shooter." \
--icon ../icon.ico \
--linux-shortcut \ --linux-shortcut \
--linux-deb-maintainer "andrewlalisofficial@gmail.com" \ --linux-deb-maintainer "andrewlalisofficial@gmail.com" \
--linux-menu-group "Game" \ --linux-menu-group "Game" \

View File

@ -24,10 +24,11 @@ $modulePath = $modules -join ';'
Write-Output "Running jpackage..." Write-Output "Running jpackage..."
jpackage ` jpackage `
--type exe ` --type msi `
--name "Ace-of-Shades" ` --name "Ace-of-Shades" `
--app-version "1.0.0" ` --app-version "1.0.0" `
--description "Top-down 2D shooter game inspired by Ace of Spades." ` --description "Top-down 2D shooter game inspired by Ace of Spades." `
--icon ..\icon.ico `
--win-shortcut ` --win-shortcut `
--win-dir-chooser ` --win-dir-chooser `
--win-per-user-install ` --win-per-user-install `