mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
App name for SDL3 backend
This commit is contained in:
parent
24c38894bb
commit
66ea037add
2 changed files with 4 additions and 1 deletions
|
|
@ -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()){
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue