And another...

This commit is contained in:
Tom Reynolds 2014-09-25 02:22:57 +02:00
parent 2738169c6b
commit 30d362652d
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ cd $PROJDIR
echo "copying binaries ..." echo "copying binaries ..."
cp -r lib/* "$RELEASEDIR/lib" cp -r lib/* "$RELEASEDIR/lib"
cp {../shared/,}*.ico "$RELEASEDIR/" cp {../shared/,}*.ico "$RELEASEDIR/"
cp {../shared/,}*.bmp "$RELEASEDIR/" cp *.bmp "$RELEASEDIR/"
cp {../shared/,}*.png "$RELEASEDIR/" cp *.png "$RELEASEDIR/"
cp {../shared/,}*.xpm "$RELEASEDIR/" cp *.xpm "$RELEASEDIR/"
cp {../shared/,}*.ini "$RELEASEDIR/" cp {../shared/,}*.ini "$RELEASEDIR/"
cp megaglest "$RELEASEDIR/" cp megaglest "$RELEASEDIR/"
cp megaglest_editor "$RELEASEDIR/" cp megaglest_editor "$RELEASEDIR/"