added sort for get other wine
This commit is contained in:
parent
8ad7abda8e
commit
a24afb34cd
@ -3025,7 +3025,7 @@ gui_proton_downloader () {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# PROTON_LG
|
# PROTON_LG
|
||||||
export PROTON_PW_GIT=($(curl -s "https://api.github.com/repos/Castro-Fidel/wine_builds/releases" | grep "browser_download_url.*\.tar\.xz" | cut -d \" -f 4))
|
export PROTON_PW_GIT=($(curl -s "https://api.github.com/repos/Castro-Fidel/wine_builds/releases" | grep "browser_download_url.*\.tar\.xz" | cut -d \" -f 4 | sort -r))
|
||||||
try_remove_file "${PORT_WINE_TMP_PATH}/tmp_proton_pw_git"
|
try_remove_file "${PORT_WINE_TMP_PATH}/tmp_proton_pw_git"
|
||||||
if [[ ! -z "${PROTON_PW_GIT}" ]] ; then
|
if [[ ! -z "${PROTON_PW_GIT}" ]] ; then
|
||||||
for PPWGIT in ${PROTON_PW_GIT[@]} ; do
|
for PPWGIT in ${PROTON_PW_GIT[@]} ; do
|
||||||
|
@ -4,6 +4,5 @@
|
|||||||
#SystemReShock-Win64-Shipping.exe
|
#SystemReShock-Win64-Shipping.exe
|
||||||
#Rating=1-5
|
#Rating=1-5
|
||||||
#####################examples###########################
|
#####################examples###########################
|
||||||
export PW_WINE_USE="WINE_8.5_LG"
|
export PW_WINE_USE="WINE_LG"
|
||||||
export PW_PREFIX_NAME="SystemShock"
|
export PW_PREFIX_NAME="SystemShock"
|
||||||
gui_proton_downloader silent "WINE_8.5_LG"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user