From f6d2645fd471a88fc174663939483aa2471f285d Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Tue, 9 Jun 2020 05:26:11 +1000 Subject: [PATCH] Apparently the MinGW compiler automatically appends the .exe extension now. --- .cirrus.yml | 2 +- bsnes/out/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 264c5d86..02204e3f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/bsnes/out/.gitignore b/bsnes/out/.gitignore index b82f689c..1aeaff24 100644 --- a/bsnes/out/.gitignore +++ b/bsnes/out/.gitignore @@ -1 +1,2 @@ bsnes +bsnes.exe