Fix Linux Gnome icon

This commit is contained in:
fgnm
2020-08-06 12:19:47 +02:00
parent 171e39329a
commit a05c14b4de
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -130,12 +130,13 @@ runtime {
installerType = 'msi'
installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut']
} else if (osName.contains('linux')) {
imageOptions += ["--icon", file("icons/icon.png")]
imageOptions += ["--icon", file("icons/HyperLap2D.png")]
installerType = 'deb'
installerOptions += [
'--linux-menu-group', 'Development', '--linux-deb-maintainer', 'business@rednblack.games',
'--linux-shortcut'
]
resourceDir = file("resources-linux")
} else if (osName.contains('mac')) {
imageOptions += ["--icon", file("icons/icon.icns")]
installerType = 'dmg'
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB