Skip to content

Commit

Permalink
change entry name on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm55 committed Jan 10, 2023
1 parent 29ecd01 commit 9e24715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Client newClient(boolean isNative, DaemonParameters parameters, long timeoutMs)
System.getProperty("os.name")
.toLowerCase(Locale.ROOT)
.startsWith("windows")
? "bin/mvnd.exe"
? "bin/mvnd.cmd"
: "bin/mvnd")
.toAbsolutePath()
.normalize();
Expand Down

0 comments on commit 9e24715

Please sign in to comment.