mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 10:26:45 +02:00
add shared ini's when packaging bin's
This commit is contained in:
Submodule data/glest_game updated: cfb41238ad...4f05a01773
@@ -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/"
|
||||
|
Reference in New Issue
Block a user