Build script error fix.
This commit is contained in:
parent
27c2698081
commit
744d634f80
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue