Skip to content

Commit

Permalink
Fix launch command for linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
clegaard committed Feb 8, 2022
1 parent 252f9f4 commit e275e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/java/launch.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
linux = ["./bash", "gradlew", "run"]
macos = ["./bash", "gradlew", "run"]
linux = ["bash", "gradlew", "run"]
macos = ["zsh", "./gradlew", "run"]
windows = ["powershell.exe", "./gradlew.bat", "run"]

0 comments on commit e275e69

Please sign in to comment.