summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0e40336df..cef19c259 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -94,6 +94,7 @@ after_build:
94 Copy-Item "$BUILD_DIR\*" -Destination $RELEASE_DIST -Recurse 94 Copy-Item "$BUILD_DIR\*" -Destination $RELEASE_DIST -Recurse
95 rm "$RELEASE_DIST\*.exe" 95 rm "$RELEASE_DIST\*.exe"
96 Get-ChildItem "$BUILD_DIR" -Recurse -Filter "yuzu*.exe" | Copy-Item -destination $RELEASE_DIST 96 Get-ChildItem "$BUILD_DIR" -Recurse -Filter "yuzu*.exe" | Copy-Item -destination $RELEASE_DIST
97 Get-ChildItem "$BUILD_DIR" -Recurse -Filter "QtWebEngineProcess*.exe" | Copy-Item -destination $RELEASE_DIST
97 Copy-Item .\license.txt -Destination $RELEASE_DIST 98 Copy-Item .\license.txt -Destination $RELEASE_DIST
98 Copy-Item .\README.md -Destination $RELEASE_DIST 99 Copy-Item .\README.md -Destination $RELEASE_DIST
99 7z a -tzip $MSVC_BUILD_ZIP $RELEASE_DIST\* 100 7z a -tzip $MSVC_BUILD_ZIP $RELEASE_DIST\*