From 1a17aac5a7808bbc0820d9cc06e9bacf4b8ad7f8 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Mon, 5 Feb 2024 17:02:28 -0700 Subject: [PATCH] bump ulwgl-run and flatpak tarball rc version --- org.openwinecomponents.ulwgl.launcher.yml | 4 ++-- ulwgl-run | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.openwinecomponents.ulwgl.launcher.yml b/org.openwinecomponents.ulwgl.launcher.yml index 866efb3..eaa4244 100644 --- a/org.openwinecomponents.ulwgl.launcher.yml +++ b/org.openwinecomponents.ulwgl.launcher.yml @@ -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 diff --git a/ulwgl-run b/ulwgl-run index 5da5c10..d52bb85 100755 --- a/ulwgl-run +++ b/ulwgl-run @@ -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%/*}"