mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 22:29:47 -06:00
Deploy Qt libraries with dynamic Windows builds
Also stop using msys-dist.sh with the static CI build.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user