add shared ini's when packaging bin's

This commit is contained in:
Tom Reynolds 2014-09-25 00:48:39 +02:00
parent 1f5b571c9d
commit 9ae185e37b
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit cfb41238ad446318b6dda34adba700194a5037c6
Subproject commit 4f05a0177385ce47eb4cfcf5ce6676f59b290d37

View File

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