Skip to content

Commit e275e69

Browse files
committed
Fix launch command for linux and macos
1 parent 252f9f4 commit e275e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/java/launch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
linux = ["./bash", "gradlew", "run"]
2-
macos = ["./bash", "gradlew", "run"]
1+
linux = ["bash", "gradlew", "run"]
2+
macos = ["zsh", "./gradlew", "run"]
33
windows = ["powershell.exe", "./gradlew.bat", "run"]

0 commit comments

Comments
 (0)