From 344c4b3deca63a575a5a6f28a65fbc002d46c244 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 17 Apr 2025 18:51:07 -0400 Subject: [PATCH] Update default wine version to 9.22 --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 4cb4ee0..a1f51fe 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -170,7 +170,7 @@ runner_sources=( # Set the default runner to install when the system wine doesn't meet requirements # default_runner_source corresponds to an even number index in runner_sources above -default_runner="wine-9.21-amd64.tar.xz" +default_runner="wine-9.22-amd64.tar.xz" default_runner_source=0 ######## DXVK ##############################################################