summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Hilman <DarkLordZach@users.noreply.github.com>2019-01-03 12:37:54 -0500
committerZach Hilman <zachhilman@gmail.com>2019-01-04 10:34:29 -0500
commit0f887daa721cb563bd7e804efafbe7b9e09f1837 (patch)
tree0493aad4d2a57daa2e6530bb918ed1f0e81f6bed
parent15501477e75962f52d42cf5f4ada883319f33a7c (diff)
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:
Copy-Item "$BUILD_DIR\*" -Destination $RELEASE_DIST -Recurse
rm "$RELEASE_DIST\*.exe"
Get-ChildItem "$BUILD_DIR" -Recurse -Filter "yuzu*.exe" | Copy-Item -destination $RELEASE_DIST
+ Get-ChildItem "$BUILD_DIR" -Recurse -Filter "QtWebEngineProcess*.exe" | Copy-Item -destination $RELEASE_DIST
Copy-Item .\license.txt -Destination $RELEASE_DIST
Copy-Item .\README.md -Destination $RELEASE_DIST
7z a -tzip $MSVC_BUILD_ZIP $RELEASE_DIST\*