From 1c3072cafb3193342c9ffd1369ee3e3e0ef65350 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 12 Oct 2025 13:53:51 -0400 Subject: [PATCH] Check for updates before launching Wicked Quest. --- home/stormux/.xinitrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/stormux/.xinitrc b/home/stormux/.xinitrc index 6952cf3..fdbf023 100755 --- a/home/stormux/.xinitrc +++ b/home/stormux/.xinitrc @@ -435,6 +435,8 @@ case "$GAME" in fex_load "Wheels of Prio" "Wp" ;; "Wicked Quest") + git -C /home/stormux/.local/games/wicked-quest pull + git -C /home/stormux/.local/games/wicked-quest submodule update run_native "wicked-quest" "wicked_quest.py" ;; "Wreckingball")