mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- updated some scripts to use linux bmp icon file
This commit is contained in:
parent
37f4140503
commit
001ff3c98c
@ -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 ';'
|
||||
|
@ -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 ';'
|
||||
|
Loading…
x
Reference in New Issue
Block a user