Skip to content

Commit

Permalink
Updated params to match specifications in OpenSRProject/OpenStarRuler#11
Browse files Browse the repository at this point in the history
.
  • Loading branch information
DaloLorn committed Jan 7, 2025
1 parent ad6b779 commit e0d2c21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class MainController {
.showAndWait()
val params = mutableListOf(launcher.absolutePath)
if(runLegacy)
params.add("--legacy")
params.add("--useLegacyBinaries")
try {
ProcessBuilder(params)
.directory(launcher.parentFile)
Expand Down

0 comments on commit e0d2c21

Please sign in to comment.