forked from CastroFidel/PortWINE
Scripts version 2145
This commit is contained in:
@ -592,7 +592,7 @@ pw_run () {
|
||||
LD_LIBRARY_PATH="${PW_LD_LIBRARY_PATH}" \
|
||||
LD_PRELOAD="${PW_LD_PRELOAD}" \
|
||||
VK_LAYER_PATH="${PW_VK_LAYER_PATH}" \
|
||||
VK_INSTANCE_LAYERS=${PW_VK_INSTANCE_LAYERS} \
|
||||
VK_INSTANCE_LAYERS="${PW_VK_INSTANCE_LAYERS}" \
|
||||
"${WINELOADER}" "$@" ${LAUNCH_PARAMETERS[@]}
|
||||
fi
|
||||
}
|
||||
@ -688,7 +688,8 @@ if [[ -z "${INSTALLING_PORT}" ]] ; then
|
||||
pw_download_libs
|
||||
pw_check_and_download_wine ${PW_PROTON_LG_VER}
|
||||
pw_check_and_download_plugins
|
||||
pw_check_and_download_dxvk_and_vkd3d
|
||||
pw_init_db
|
||||
. "${PORT_SCRIPTS_PATH}"/lang
|
||||
pw_check_and_download_dxvk_and_vkd3d
|
||||
. "${USER_CONF}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user