Added shitty icon.
This commit is contained in:
parent
38b01f0531
commit
60d45a071f
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -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" \
|
||||||
|
|
|
@ -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 `
|
||||||
|
|
Loading…
Reference in New Issue