Skip to content

Commit

Permalink
Update 00-update
Browse files Browse the repository at this point in the history
Swapped to using 'workshop_download_item' for steamcmd
  • Loading branch information
JohnVidler authored Oct 15, 2024
1 parent 15cc932 commit 4afeb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch.d/00-update
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MOD_LIST_ARGS=""
if [ -f modlist.txt ]; then
while read line; do
[[ "$line" =~ ^#.*$ ]] && continue
MOD_LIST_ARGS="${MOD_LIST_ARGS} +app_set_config ${STEAM_APP_ID} mod ${line}"
MOD_LIST_ARGS="${MOD_LIST_ARGS} +workshop_download_item ${STEAM_APP_ID} ${line}"
done <modlist.txt
fi

Expand All @@ -21,4 +21,4 @@ pushd ${STEAMCMDDIR}
+app_update ${STEAM_APP_ID} validate \
${MOD_LIST_ARGS} \
+quit
popd
popd

0 comments on commit 4afeb6d

Please sign in to comment.