diff --git a/data_from_portwine/changelog_en b/data_from_portwine/changelog_en index ab4bd81..cd658ec 100755 --- a/data_from_portwine/changelog_en +++ b/data_from_portwine/changelog_en @@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux- ---------------------------------------- Changelog: +###Scripts version 2356### / stable / Date: 28.09.2024 / Download update size: 4 megabytes +* Fixed work in steam + ###Scripts version 2355### / stable / Date: 28.09.2024 / Download update size: 385 megabytes * cumulative update to the stable version of PortProton scripts diff --git a/data_from_portwine/changelog_ru b/data_from_portwine/changelog_ru index fcef15c..d6f92c5 100755 --- a/data_from_portwine/changelog_ru +++ b/data_from_portwine/changelog_ru @@ -2,6 +2,9 @@ ----------------------------------------- История изменений: +###Scripts version 2356### / stable / Дата: 28.09.2024 / Размер скачиваемого обновления: 4 мегабайт +* Исправлена работа в steam + ###Scripts version 2355### / stable / Дата: 28.09.2024 / Размер скачиваемого обновления: 385 мегабайт * кумулятивное обновление стабильной версии скриптов PortProton diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh index 168db8e..e9bb15f 100755 --- a/data_from_portwine/scripts/start.sh +++ b/data_from_portwine/scripts/start.sh @@ -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 diff --git a/data_from_portwine/scripts/var b/data_from_portwine/scripts/var index a9bc241..d2615f0 100755 --- a/data_from_portwine/scripts/var +++ b/data_from_portwine/scripts/var @@ -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"