From 998626c2a6fa6a245a39fc2d87c7d9a29c97d164 Mon Sep 17 00:00:00 2001 From: trbocode Date: Sat, 22 Jun 2024 17:12:23 +0300 Subject: [PATCH] fix(wine): Match Fedora wine's configuration (#1255) --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index fb5411f1..c24405ef 100644 --- a/Containerfile +++ b/Containerfile @@ -433,8 +433,8 @@ RUN rpm-ostree install \ libobs_glcapture.i686 \ mangohud.x86_64 \ mangohud.i686 && \ - ln -s wine64 /usr/bin/wine && \ - ln -s wine64-preloader /usr/bin/wine-preloader && \ + ln -s wine32 /usr/bin/wine && \ + ln -s wine32-preloader /usr/bin/wine-preloader && \ ln -s wineserver64 /usr/bin/wineserver && \ if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ rpm-ostree override remove \