Compare commits

..

No commits in common. "28051a135aeb31fdcfac3174a1b38b128db8db29" and "10c54381894d5c5476fd5b3f0b8e02ea6497c22e" have entirely different histories.

View File

@ -132,7 +132,6 @@ dxvk_dir="$data_dir/lutris/runtime/dxvk"
dxvk_sources=(
"Sporif Async" "https://api.github.com/repos/Sporif/dxvk-async/releases"
"/dev/null" "https://api.github.com/repos/gort818/dxvk/releases"
"gnusenpai" "https://api.github.com/repos/gnusenpai/dxvk/releases"
)
# Set a maximum number of versions to display from each download url
@ -170,7 +169,7 @@ lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"
# Github repo and script version info
repo="starcitizen-lug/lug-helper"
releases_url="https://github.com/$repo/releases"
current_version="v1.19"
current_version="v1.18"
############################################################################
############################################################################
@ -1031,9 +1030,6 @@ download_install() {
*.tar.xz)
download_name="$(basename "$download_file" .tar.xz)"
;;
*.tar.zst)
download_name="$(basename "$download_file" .tar.zst)"
;;
*)
debug_print exit "Unknown archive filetype in download_install function. Aborting."
;;
@ -1235,10 +1231,7 @@ download_select_install() {
;;
*.tar.xz)
download_name="$(basename "${download_versions[i]}" .tar.xz)"
;;
*.tar.zst)
download_name="$(basename "${download_versions[i]}" .tar.zst)"
;;
;;
*)
debug_print exit "Unknown archive filetype in download_select_install function. Aborting."
;;