Apparently the MinGW compiler automatically appends the .exe extension now.

This commit is contained in:
Tim Allen 2020-06-09 05:26:11 +10:00
parent 92ebbae4ce
commit f6d2645fd4
2 changed files with 2 additions and 1 deletions

View file

@ -58,7 +58,7 @@ windows-x86_64-binaries_task:
- mkdir bsnes-nightly
- mkdir bsnes-nightly/Database
- mkdir bsnes-nightly/Firmware
- cp -a bsnes/out/bsnes bsnes-nightly/bsnes.exe
- cp -a bsnes/out/bsnes.exe bsnes-nightly/bsnes.exe
- cp -a bsnes/Database/* bsnes-nightly/Database
- cp -a shaders bsnes-nightly/Shaders
- cp -a GPLv3.txt bsnes-nightly

View file

@ -1 +1,2 @@
bsnes
bsnes.exe