now hopefully all references to romlist.bin are removed

This commit is contained in:
Arisotura 2020-05-30 00:42:15 +02:00
parent b27ed541bb
commit 0a8e14519e
1 changed files with 0 additions and 2 deletions

View File

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