Fix Linux Gnome icon
This commit is contained in:
+2
-1
@@ -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 |
Reference in New Issue
Block a user