Scripts version 2078

This commit is contained in:
castro-fidel
2022-01-30 16:33:34 +03:00
parent 1c80e99146
commit 2aba122784
9 changed files with 17 additions and 10 deletions

View File

@ -355,7 +355,7 @@ start_portwine () {
try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x64/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/system32/"
try_force_link_file "${PW_PLUGINS_PATH}/d3d_extras/x32/${d3d_extras_from_plugins}.dll" "${WINEPREFIX}/drive_c/windows/syswow64/"
if [[ "${PW_D3D_EXTRAS_DISABLE}" != 1 ]] ; then
var_winedlloverride_update "${d3d_extras_from_plugins}=n"
var_winedlloverride_update "${d3d_extras_from_plugins}=n,b"
fi
if [[ -z "`grep "${d3d_extras_from_plugins}" "${WINEPREFIX}/winetricks.log"`" ]] ; then
echo "${d3d_extras_from_plugins}" >> "${WINEPREFIX}/winetricks.log"