mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
moved start scripts
... as basically they shouldn't be used with binary files compiled individually in git repository ... but seems that people use them often ... [ci skip]
This commit is contained in:
@@ -83,12 +83,12 @@ cd $REPO_DATADIR/others/icons
|
||||
cp *.bmp *.png *.xpm "$RELEASEDIR/"
|
||||
if [ "$1" != "--installer" ]; then cd $REPO_DATADIR/others/desktop; cp *.desktop "$RELEASEDIR/"; fi
|
||||
cd $PROJDIR
|
||||
cp megaglest megaglest_editor megaglest_g3dviewer start_megaglest \
|
||||
start_megaglest_mapeditor start_megaglest_g3dviewer \
|
||||
start_megaglest_gameserver "$RELEASEDIR/"
|
||||
cp megaglest megaglest_editor megaglest_g3dviewer start_megaglest_gameserver "$RELEASEDIR/"
|
||||
|
||||
cd "$CURRENTDIR/tools-for-standalone-client"
|
||||
cp start_megaglest start_megaglest_mapeditor start_megaglest_g3dviewer "$RELEASEDIR/"
|
||||
if [ "$1" != "--installer" ]; then cp megaglest-configure-desktop.sh "$RELEASEDIR/"; fi
|
||||
|
||||
if [ "$(echo "$VERSION" | grep -v '\-dev$')" != "" ]; then
|
||||
./prepare-mini-update.sh --only_script; sleep 0.5s
|
||||
cp megaglest-mini-update.sh "$RELEASEDIR/"
|
||||
|
@@ -61,8 +61,8 @@ exit 0' > "megaglest-mini-update.sh"
|
||||
if [ -d "megaglest-mini_update" ]; then rm -rf "megaglest-mini_update"; fi
|
||||
mkdir -p "megaglest-mini_update"
|
||||
|
||||
cp -f --no-dereference --preserve=all ../start_megaglest \
|
||||
../start_megaglest_mapeditor ../start_megaglest_g3dviewer \
|
||||
cp -f --no-dereference --preserve=all start_megaglest \
|
||||
start_megaglest_mapeditor start_megaglest_g3dviewer \
|
||||
megaglest-mini-update.sh megaglest-configure-desktop.sh "megaglest-mini_update"
|
||||
cp -R -f --no-dereference --preserve=all lib-x86 lib-x86_64 "megaglest-mini_update"
|
||||
sleep 0.5s
|
||||
|
Reference in New Issue
Block a user