From 2500edbc613416d031137ebbb775b888652de5a9 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:34:37 -0400 Subject: [PATCH] Default to system wine and winetricks --- lib/lutris-starcitizen.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lutris-starcitizen.json b/lib/lutris-starcitizen.json index 1f28afd..02e5cbe 100644 --- a/lib/lutris-starcitizen.json +++ b/lib/lutris-starcitizen.json @@ -77,8 +77,8 @@ "prefix_command": "GAMEID=umu-starcitizen STORE=none" }, "wine": { - "system_winetricks": false, - "version": "GE-Proton (Latest)" + "system_winetricks": true, + "version": "system" } } }