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()){

View file

@ -26,4 +26,4 @@ org.gradle.caching=true
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
android.enableR8.fullMode=false
archash=9045acbeb2
archash=f9a551ad15