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

View File

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