This commit is contained in:
Arisotura 2020-06-02 02:04:58 +02:00
parent d6332f96f1
commit d38b2d8212
1 changed files with 2 additions and 0 deletions

View File

@ -10,3 +10,5 @@ mkdir -p dist
for lib in $(ldd melonDS.exe | grep mingw | sed "s/.*=> //" | sed "s/(.*)//"); do
cp "${lib}" dist
done
cp melonDS.exe dist