Christian
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
lgsm/functions/fix_steamcmd.sh
|
|
@ -79,6 +79,8 @@ elif [ "${shortname}" == "cmw" ]; then |
|
|
|
fn_fix_steamclient_so "32" "${executabledir}/lib" |
|
|
|
elif [ "${shortname}" == "cs" ]; then |
|
|
|
fn_fix_steamclient_so "32" "${serverfiles}" |
|
|
|
elif [ "${shortname}" == "ins" ]; then |
|
|
|
fn_fix_steamclient_so "32" "${serverfiles}/bin" |
|
|
|
elif [ "${shortname}" == "pz" ]; then |
|
|
|
fn_fix_steamclient_so "32" "${serverfiles}/linux32" |
|
|
|
fn_fix_steamclient_so "64" "${serverfiles}/linux64" |
|
|
|