mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 11:28:17 +00:00
@@ -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"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user