Deploy Qt libraries with dynamic Windows builds

Also stop using msys-dist.sh with the static CI build.
This commit is contained in:
Raphaël Zumer
2020-07-31 16:34:28 -04:00
parent ce28d5725b
commit 68e310e4ef
2 changed files with 4 additions and 4 deletions

View File

@ -11,4 +11,5 @@ for lib in $(ldd melonDS.exe | grep mingw | sed "s/.*=> //" | sed "s/(.*)//"); d
cp "${lib}" dist
done
cp melonDS.exe dist
cp melonDS.exe dist
windeployqt dist