mirror of https://github.com/bsnes-emu/bsnes.git
Apparently the MinGW compiler automatically appends the .exe extension now.
This commit is contained in:
parent
92ebbae4ce
commit
f6d2645fd4
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
bsnes
|
||||
bsnes.exe
|
||||
|
|
Loading…
Reference in New Issue