STABLE: Scripts version 2356

This commit is contained in:
2024-09-28 17:12:25 +05:00
parent 936ebd74e9
commit edf03bc743
4 changed files with 13 additions and 3 deletions

View File

@ -257,7 +257,11 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")
export PW_FILESYSTEM
background_pid --start "pw_get_tmp_files" "1"
if [[ "$START_FROM_STEAM" == 1 ]] ; then
pw_get_tmp_files
else
background_pid --start "pw_get_tmp_files" "1"
fi
fi
# create lock file

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2355
#SCRIPTS_STABLE_VERSION=2355
#SCRIPTS_NEXT_VERSION=2356
#SCRIPTS_STABLE_VERSION=2356
########################################################################
# export PROTON_USE_XALIA="1"
export LANGUAGES_LIST="ru es"