diff --git a/build.gradle b/build.gradle index ad95b5e8..0ac8b182 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/icons/HyperLap2D.png b/icons/HyperLap2D.png new file mode 100644 index 00000000..ff85f7d2 Binary files /dev/null and b/icons/HyperLap2D.png differ diff --git a/resources-linux/HyperLap2D.png b/resources-linux/HyperLap2D.png new file mode 100644 index 00000000..ff85f7d2 Binary files /dev/null and b/resources-linux/HyperLap2D.png differ