summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-06-21 14:19:46 +0200
committerJannik Vogel <email@jannikvogel.de>2016-06-21 14:19:46 +0200
commitede028fe4d13ce01807c43211f33722405b35a1e (patch)
treebe6c041d1cf6771788f7bffc103ec70f4653d50a /appveyor.yml
parentMerge pull request #1922 from yuriks/microprofile-dpi-fix (diff)
downloadyuzu-ede028fe4d13ce01807c43211f33722405b35a1e.tar
yuzu-ede028fe4d13ce01807c43211f33722405b35a1e.tar.gz
yuzu-ede028fe4d13ce01807c43211f33722405b35a1e.tar.bz2
yuzu-ede028fe4d13ce01807c43211f33722405b35a1e.tar.lz
yuzu-ede028fe4d13ce01807c43211f33722405b35a1e.tar.xz
yuzu-ede028fe4d13ce01807c43211f33722405b35a1e.tar.zst
yuzu-ede028fe4d13ce01807c43211f33722405b35a1e.zip
Diffstat (limited to '')
-rw-r--r--appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 55beb7820..e82bdf0cf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,10 +39,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 " ",""
- # Zip up the build folder
- 7z a $BUILD_NAME .\build\bin\release\*
- # Do a second archive with only the binaries
- 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe
+ # 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
+ 7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe .\license.txt .\README.md
# Download WinSCP and upload to server