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 music $OUT
|
||||||
cp -r sound $OUT
|
cp -r sound $OUT
|
||||||
cp -r manual $OUT
|
cp -r manual $OUT
|
||||||
cp CHANGELOG
|
cp CHANGELOG $OUT
|
||||||
cp LICENSE
|
cp LICENSE $OUT
|
||||||
cp README.md
|
cp README.md $OUT
|
||||||
|
|
||||||
cp /usr/x86_64-w64-mingw32/bin/*.dll $OUT
|
cp /usr/x86_64-w64-mingw32/bin/*.dll $OUT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue