forked from CastroFidel/PortWINE
STABLE: Scripts version 2356
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user