Browse Source

Update project.4coder (#1503)

Fix run .cmd for win
pull/1505/head
ayshvab 3 years ago
committed by GitHub
parent
commit
f5815b781a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      projects/4coder/project.4coder

+ 1
- 1
projects/4coder/project.4coder 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"},
},

Loading…
Cancel
Save