From 6113582c96b5282802faff1e410c66444ede5ae8 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 6 Oct 2025 07:52:45 -0700 Subject: [PATCH] fix(katwine): add todo comment --- packages/katwine/script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/katwine/script.sh b/packages/katwine/script.sh index 2411a7ac..1f8e3eba 100755 --- a/packages/katwine/script.sh +++ b/packages/katwine/script.sh @@ -88,6 +88,7 @@ battlenet() { (sc2|s2) proton_runner "$GAME_EXE" "--exec=\"launch S2\"" ;; (wc3|w3) + # TODO: build and ship a custom patched wine for this... jfc export STAGING_SHARED_MEMORY=1 export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 proton_runner "$GAME_EXE" "--exec=\"launch W3\"" ;;