mirror of https://github.com/raysan5/raylib
parent
10b5e2e73a
commit
f5815b781a
|
@ -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"},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue