diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-01-03 18:37:54 +0100 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-01-04 16:34:29 +0100 |
commit | 0f887daa721cb563bd7e804efafbe7b9e09f1837 (patch) | |
tree | 0493aad4d2a57daa2e6530bb918ed1f0e81f6bed | |
parent | Update Qt MSVC external to 5.12.0 (diff) | |
download | yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.gz yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.bz2 yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.lz yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.xz yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.tar.zst yuzu-0f887daa721cb563bd7e804efafbe7b9e09f1837.zip |
-rw-r--r-- | appveyor.yml | 1 |
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\* |