mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-23 00:49:40 +00:00
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
bsnes/out/.gitignore
vendored
1
bsnes/out/.gitignore
vendored
@ -1 +1,2 @@
|
||||
bsnes
|
||||
bsnes.exe
|
||||
|
Loading…
Reference in New Issue
Block a user