Browse Source

Updated tools for new paths

pull/553/head
Jared Ballou 10 years ago
parent
commit
f00b4d0263
  1. 0
      GameServerQuery/gsquery.py
  2. 2
      tools/manifest.sh
  3. 2
      tools/update-game-list.sh

0
GameServerQuery/gsquery.py

2
tools/manifest.sh

@ -27,7 +27,7 @@ function fn_get_git_hash(){
} }
fn_githget_ub_manifest(){ fn_get_github_manifest(){
# Create cache directory if missing # Create cache directory if missing
if [ ! -e "${cachedir}" ] if [ ! -e "${cachedir}" ]
then then

2
tools/update-game-list.sh

@ -3,7 +3,7 @@ GAMEDATA=../gamedata
MODDATA=${GAMEDATA}/mods MODDATA=${GAMEDATA}/mods
GAMELIST=${GAMEDATA}/__game_list GAMELIST=${GAMEDATA}/__game_list
MODLIST=${GAMEDATA}/__mod_list MODLIST=${GAMEDATA}/__mod_list
GAMEFILES=$(find "${GAMEDATA}" -maxdepth 1 -type f | egrep -v '(\/_|README.md)') GAMEFILES=$(find "${GAMEDATA}/games" -maxdepth 1 -type f | egrep -v '(\/_|README.md)')
#-printf '"%p" ') #-printf '"%p" ')
MODFILES=$(find "${MODDATA}" -type f) MODFILES=$(find "${MODDATA}" -type f)
# -printf '"%p" ') # -printf '"%p" ')

Loading…
Cancel
Save