diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-09-01 15:39:20 +0200 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-09-01 15:41:24 +0200 |
commit | d3619aaff3e1af4b536e453df28c54f426a3cb21 (patch) | |
tree | e0154ed671841ef854027ebf12d912f7289485ba /appveyor.yml | |
parent | Merge pull request #2032 from bunnei/qt-graphics (diff) | |
download | yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.tar yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.tar.gz yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.tar.bz2 yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.tar.lz yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.tar.xz yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.tar.zst yuzu-d3619aaff3e1af4b536e453df28c54f426a3cb21.zip |
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 28c902bee..898690faa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,6 +43,10 @@ on_success: # Where are these spaces coming from? Regardless, let's remove them $BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ","" $BUILD_NAME_NOQT = "citra-noqt-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ","" + + # Remove unnecessary files + rm .\build\bin\release\*tests* + # Zip up the build folder and documentation 7z a $BUILD_NAME .\build\bin\release\* .\license.txt .\README.md # Do a second archive with only the binaries (excludes dlls) and documentation |