From: Rudolf Polzer Date: Sun, 8 May 2011 20:48:54 +0000 (+0200) Subject: we no longer need the -mygames option X-Git-Tag: xonotic-v0.5.0~98 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=501f9c229ffbe74c044771a4ee26ba2bcf66ad3b;p=xonotic%2Fxonotic.git we no longer need the -mygames option --- diff --git a/all b/all index e58aa1d0..06101152 100755 --- a/all +++ b/all @@ -1078,7 +1078,7 @@ case "$cmd" in exit 1 fi fi - set -- "darkplaces/darkplaces$client" -xonotic -mygames "$@" + set -- "darkplaces/darkplaces$client" -xonotic "$@" # if pulseaudio is running: USE IT if [ -z "$SDL_AUDIODRIVER" ] && ! [ -n "$WE_HATE_OUR_USERS" ] && ! [ x"`uname`" = x"Darwin" ]; then @@ -1631,15 +1631,6 @@ case "$cmd" in case "${f##*:}" in Xonotic/xonotic*.exe) verbose "$d0/misc/tools/change-icon-of-exe.sh" "$d0/misc/logos/icons_ico/xonotic.ico" "${f##*:}" - ( - d=`mktemp -d -t rebrand.XXXXXX` - cd "$d" - $ECHO "-mygames" > darkplaces.opt - zip -9r darkplaces.zip darkplaces.opt - cat darkplaces.zip - cd "$d0" - rm -rf "$d" - ) >> "${f##*:}" ;; esac done