bump ulwgl-run and flatpak tarball rc version

This commit is contained in:
GloriousEggroll 2024-02-05 17:02:28 -07:00
parent a2a4fe6a09
commit 1a17aac5a7
2 changed files with 3 additions and 3 deletions

View File

@ -149,8 +149,8 @@ modules:
- type: file
path: ulwgl-run
- type: file
url: https://github.com/Open-Wine-Components/ULWGL-launcher/releases/download/0.1-RC2/ULWGL-launcher.tar.gz
sha256: 33e63014d12f23a767bb9b8de0baa226a3e71d6a664d095cdab978cc9681e5ac
url: https://github.com/Open-Wine-Components/ULWGL-launcher/releases/download/0.1-RC3/ULWGL-launcher.tar.gz
sha256: 3ea9e8bef857cdcc797439bffa9ae334c3da383da033404ace6c62fc908333e0
- name: platform-bootstrap
buildsystem: simple

View File

@ -11,7 +11,7 @@ if [ -z "$1" ] || [ -z "$WINEPREFIX" ] || [ -z "$GAMEID" ]; then
fi
ULWGL_PROTON_VER="ULWGL-Proton-8.0-5"
ULWGL_LAUNCHER_VER="0.1-RC2"
ULWGL_LAUNCHER_VER="0.1-RC3"
me="$(readlink -f "$0")"
#here="${me%/*}"