moved yad portable to scripts path
This commit is contained in:
@ -1016,7 +1016,7 @@ pw_check_and_download_dxvk_and_vkd3d () {
|
||||
}
|
||||
|
||||
pw_check_and_download_plugins () {
|
||||
if [[ ! -f "${PW_PLUGINS_PATH}/portable/bin/$PW_YAD_BIN" ]] ; then
|
||||
if [[ ! -f "${PW_PLUGINS_PATH}/portable/lib/lib64/libvkbasalt.so" ]] ; then
|
||||
print_info "Download and install plugins${PW_PLUGINS_VER}..."
|
||||
if command -v yad &>/dev/null ; then
|
||||
if try_download "github.com/Castro-Fidel/wine_builds/releases/download/plugins${PW_PLUGINS_VER}/plugins${PW_PLUGINS_VER}.tar.xz" "${PORT_WINE_TMP_PATH}/plugins${PW_PLUGINS_VER}.tar.xz" ; then
|
||||
@ -1071,7 +1071,6 @@ pw_check_and_download_plugins () {
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
export pw_yad="${PW_PLUGINS_PATH}/portable/bin/$PW_YAD_BIN"
|
||||
if command -v 7z &>/dev/null
|
||||
then export pw_7z="7z"
|
||||
else export pw_7z="${PW_PLUGINS_PATH}/portable/lib/p7zip/7z"
|
||||
|
Reference in New Issue
Block a user