###Scripts version 2037###

This commit is contained in:
castro-fidel
2021-10-26 20:26:03 +03:00
parent b77e0b2ffa
commit e847eed3eb
4 changed files with 10 additions and 6 deletions

View File

@ -217,8 +217,7 @@ pw_edit_db () {
pw_autoinstall_from_db () {
kill_portwine
sleep 3
export PW_USER_TEMP="$WINEPREFIX/drive_c/users/${USER}/Temp"
export PW_USER_TEMP="$WINEPREFIX/drive_c/users/steamuser/Temp"
export PW_FORCE_LARGE_ADDRESS_AWARE=0
export PW_USE_GAMEMODE=0
export PW_CHECK_AUTOINSTAL=1
@ -232,6 +231,8 @@ pw_autoinstall_from_db () {
export PW_NO_ESYNC=1
unset PORTWINE_CREATE_SHORTCUT_NAME
export PW_DISABLED_CREAT_DB=1
start_portwine
kill_portwine
. "${PORT_SCRIPTS_PATH}/pw_autoinstall/${PW_YAD_SET}"
}