소스 검색

Update project.4coder (#1503)

Fix run .cmd for win
pull/1505/head
ayshvab 4 년 전
committed by GitHub
부모
커밋
f5815b781a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      projects/4coder/project.4coder

+ 1
- 1
projects/4coder/project.4coder 파일 보기

@ -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"},
},

불러오는 중...
취소
저장