added support update from gamescope session

This commit is contained in:
Mikhail Tergoev
2024-09-29 21:24:44 +03:00
parent 9718f83122
commit ec42b5fab5
2 changed files with 6 additions and 3 deletions

View File

@ -252,7 +252,9 @@ esac
pw_check_and_download_plugins
# check skip update
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] \
|| check_gamescope_session
then
pw_port_update
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")