Explorar el Código

mkdir .steam/bin32

Daniel Gibbs hace 11 años
padre
commit
fc49edd99a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      functions/fn_steamfix

+ 1 - 0
functions/fn_steamfix

@@ -25,6 +25,7 @@ mkdir -pv "${HOME}/.steam/sdk32"
 if [ "${gamename}" == "Garrys's Mod" ];then
 	cp -v "${filesdir}/bin/libsteam.so" "${HOME}/.steam/sdk32/libsteam.so"
 elif [ "${gamename}" == "Serious Sam 3: BFE" ];then
+	mkdir "${HOME}/.steam/bin32"
 	cp -v "${filesdir}/Bin/libsteam.so" "${HOME}/.steam/bin32/libsteam.so"
 fi
 sleep 1