Skip to content

Commit

Permalink
.travis.yml :rename _Launcher.exe -> Launcher.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Dec 7, 2017
1 parent 6cbfb92 commit d702d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
- zip
script:
- mkdir out zip
- x86_64-w64-mingw32-gcc main.c -o out/_Launcher.exe
- x86_64-w64-mingw32-gcc main.c -o out/Launcher.exe
- find ./res/* -maxdepth 1 -type d -printf '%f\n' > resl.txt
- xargs -a resl.txt -I{} x86_64-w64-mingw32-windres res/{}/res.rc -o res/{}.o
- xargs -a resl.txt -I{} x86_64-w64-mingw32-gcc main.c res/{}.o -o zip/{}.exe
Expand Down

0 comments on commit d702d8d

Please sign in to comment.