Update project.4coder (#1503)

Fix run .cmd for win
This commit is contained in:
ayshvab 2021-01-02 13:36:11 +03:00 committed by GitHub
parent 10b5e2e73a
commit f5815b781a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ command_list = {
{ .name = "run",
.out = "*run*", .footer_panel = true, .save_dirty_files = false, .cursor_at_end = true,
.cmd = {
{"./game.exe", .os = "win"},
{".\game.exe", .os = "win"},
{"./game", .os = "linux"},
{"./game", .os = "mac"},
},