Skip to content

Commit

Permalink
Use Exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Apr 7, 2024
1 parent dad1f28 commit cb32643
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ class LauncherViewModel {
homeDir / "jre/Contents/Home/bin/java"
} else if (os.startsWith("windows")) {
if (debug.value) {
homeDir / "jre/bin/java"
homeDir / "jre/bin/java.exe"
} else {
homeDir / "jre/bin/javaw"
homeDir / "jre/bin/javaw.exe"
}
} else {
// Probably linux.
Expand Down

0 comments on commit cb32643

Please sign in to comment.