File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GIT_SRC_RAW="https://raw.githubusercontent.com/VHSgunzo/lutris-wine/main"
1414GIT_LWSRC=" $GIT_SRC_RAW /lutris-wine"
1515GIT_LWRAP=" $GIT_SRC_RAW /lwrap/lwrap"
1616GIT_LWRUN=" https://github.com/VHSgunzo/runimage/releases"
17- GIT_LWRUN_VERSION=" v0.38.9"
17+ export GIT_LWRUN_VERSION=" v0.38.9"
1818HICOLOR_SIZES=(" 512x512" " 256x256" " 192x192" " 128x128" " 96x96" " 80x80" " 72x72" " 64x64" " 48x48" " 32x32" " 24x24" " 16x16" )
1919HOME_ICONS=" $HOME /.local/share/icons"
2020HOME_DESK_APPS=" $HOME /.local/share/applications"
@@ -359,8 +359,8 @@ get_lwrun_gdurl() {
359359try_dl_lwrun () {
360360 TMP_LWRUN=" $LWRUN .new$BASHPID "
361361 info_msg " Downloading lwrun..."
362- [ ! -n " $GIT_LWRUN_VERSION " ] && \
363- GIT_LWRUN_VERSION=" $( get_lwrun_git_ver) "
362+ # [ ! -n "$GIT_LWRUN_VERSION" ] && \
363+ # GIT_LWRUN_VERSION="$(get_lwrun_git_ver)"
364364 if [ -n " $GIT_LWRUN_VERSION " ]
365365 then
366366 LWRUN_URL=" $( get_lwrun_gdurl " $GIT_LWRUN_VERSION " ) " && \
You can’t perform that action at this time.
0 commit comments