You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ZalithLauncher/src/main/java/com/movtery/zalithlauncher/game/download/assets/platform/curseforge/CurseForgeSearcher.kt
val userArguments =parseJavaArguments(userArgumentsString).toMutableList()
157
+
val userArguments = userArgumentsString.splitPreservingQuotes().toMutableList()
157
158
val resolvFile = ensureDNSConfig()
158
159
159
160
val overridableArguments = mutableMapOf<String, String>().apply {
@@ -448,45 +449,6 @@ abstract class Launcher(
448
449
}
449
450
}
450
451
451
-
/**
452
-
* [Modified from PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher/blob/98947f2/app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/utils/JREUtils.java#L411-L456)
0 commit comments