summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-01-03 12:37:54 -0500
committerGravatar Zach Hilman2019-01-04 10:34:29 -0500
commit0f887daa721cb563bd7e804efafbe7b9e09f1837 (patch)
tree0493aad4d2a57daa2e6530bb918ed1f0e81f6bed
parentUpdate Qt MSVC external to 5.12.0 (diff)
downloadyuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.gz
yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.xz
yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.zip
build: Copy QtWebEngineProcess[d].exe to release dir on windows
-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\*