Skip to content

Commit

Permalink
Scripts version 2094
Browse files Browse the repository at this point in the history
  • Loading branch information
Castro-Fidel committed Mar 20, 2022
1 parent c68e687 commit 2303124
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions data_from_portwine/changelog_eng
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://boosty
-----------------------------------------
Changelog:

###Scripts version 2094###
* rollback "PROTON_GE" to version 7-9

###Scripts version 2093###
* updated "PROTON_STEAM" to version 7.0-1B
* updated "PROTON_GE" to version 7-10
Expand Down
3 changes: 3 additions & 0 deletions data_from_portwine/changelog_rus
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
-----------------------------------------
История изменений:

###Scripts version 2094###
* откат "PROTON_GE" до версии 7-9

###Scripts version 2093###
* обновлен "PROTON_STEAM" до версии 7.0-1B
* обновлен "PROTON_GE" до версии 7-10
Expand Down
6 changes: 3 additions & 3 deletions data_from_portwine/scripts/runlib
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ start_portwine () {
then
pw_clear_pfx
check_dirs_and_files_in_pfx
if [[ -d "${WINEDIR}/share/default_pfx/" ]] ; then
cp -frL "${WINEDIR}/share/default_pfx/"* "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/"
fi
# if [[ -d "${WINEDIR}/share/default_pfx/" ]] ; then
# cp -frL "${WINEDIR}/share/default_pfx/"* "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/"
# fi
${pw_runtime} env LD_LIBRARY_PATH="${PW_LD_LIBRARY_PATH}" "${WINELOADER}" wineboot -i &>>"${PORT_WINE_TMP_PATH}/update_pfx_log"
wait_wineserver &&
echo "${PW_WINE_USE}" > "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/.wine_ver"
Expand Down
4 changes: 2 additions & 2 deletions data_from_portwine/scripts/var
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=2093
#SCRIPTS_NEXT_VERSION=2094
#PORT_NEXT_VERSION=97
########################################################################
export PW_MANGOHUD=1
Expand Down Expand Up @@ -35,7 +35,7 @@ export PW_PLUGINS_VER="_v3"
export PW_STEAM_VER="7.0-1B"
export PW_PROTON_STEAM_VER="PROTON_STEAM_${PW_STEAM_VER}"
###WINE_PROTON_GE###
export PW_GE_VER="7-10"
export PW_GE_VER="7-9"
export PW_PROTON_GE_VER="PROTON_GE_${PW_GE_VER}"
export WINE_FULLSCREEN_FSR="1"
export WINE_FULLSCREEN_FSR_STRENGTH="2"
Expand Down

0 comments on commit 2303124

Please sign in to comment.