Scripts version 2107

This commit is contained in:
castro-fidel
2022-05-24 22:08:54 +03:00
parent f411b5a27c
commit 29eb9ba79f
8 changed files with 151 additions and 93 deletions

View File

@ -536,7 +536,7 @@ pw_run () {
LD_PRELOAD="${PW_LD_PRELOAD}" \
VK_LAYER_PATH="${PW_VK_LAYER_PATH}" \
VK_INSTANCE_LAYERS=${PW_VK_INSTANCE_LAYERS} \
"${WINELOADER}" "$@" ${LAUNCH_PARAMETERS[@]} &>>/dev/null
"${WINELOADER}" "$@" ${LAUNCH_PARAMETERS[@]}
fi
}
export -f pw_run