mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
add shared ini's when packaging bin's
This commit is contained in:
parent
1f5b571c9d
commit
9ae185e37b
@ -1 +1 @@
|
||||
Subproject commit cfb41238ad446318b6dda34adba700194a5037c6
|
||||
Subproject commit 4f05a0177385ce47eb4cfcf5ce6676f59b290d37
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user