Build script error fix.

This commit is contained in:
Steve 2015-12-06 15:03:24 +00:00
parent 27c2698081
commit 744d634f80
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ cp -r gfx $OUT
cp -r music $OUT
cp -r sound $OUT
cp -r manual $OUT
cp CHANGELOG
cp LICENSE
cp README.md
cp CHANGELOG $OUT
cp LICENSE $OUT
cp README.md $OUT
cp /usr/x86_64-w64-mingw32/bin/*.dll $OUT