App name for SDL3 backend

This commit is contained in:
Anuken
2026-03-03 00:31:53 -05:00
parent 24c38894bb
commit 66ea037add
2 changed files with 4 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ public class DesktopLauncher extends ClientLauncher{
coreProfile = true;
width = 900;
height = 700;
this.appName = "Mindustry";
this.appIdentifier = "io.anuke.mindustry";
this.appVersion = Version.buildString();
//on Windows, Intel drivers might be buggy with OpenGL 3.x, so only use 2.x. See https://github.com/Anuken/Mindustry/issues/11041
if(IntelGpuCheck.wasIntel()){