- updated some scripts to use linux bmp icon file

This commit is contained in:
Mark Vejvoda 2010-06-26 16:27:14 +00:00
parent 37f4140503
commit 001ff3c98c
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ mkdir -p $RELEASEDIR
# copy sources
pushd "`pwd`/../../data/glest_game"
find megaglest.ico \( -name "*.*" \) -exec cp -p --parents "{}" $RELEASEDIR ';'
find megaglest.bmp \( -name "*.*" \) -exec cp -p --parents "{}" $RELEASEDIR ';'
find servers.ini \( -name "*.*" \) -exec cp -p --parents "{}" $RELEASEDIR ';'
find glestkeys.ini \( -name "*.*" \) -exec cp -p --parents "{}" $RELEASEDIR ';'
find data/ \( -name "*.*" \) -exec cp -p --parents "{}" $RELEASEDIR ';'

View File

@ -148,6 +148,7 @@ if [ $REPACKONLY -eq 0 ]; then
find configuration.xml -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find megaglest.ico -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find megaglest.bmp -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find data/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find docs/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find maps/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'