From 9c16f0dd6f94616b17700d17b1c2130a7f212933 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 19 Oct 2024 13:48:17 -0700 Subject: [PATCH] chore: Wine symlinks no longer needed --- Containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Containerfile b/Containerfile index ef3715ff..4fb77237 100644 --- a/Containerfile +++ b/Containerfile @@ -484,9 +484,6 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ libobs_glcapture.x86_64 \ libobs_vkcapture.i686 \ libobs_glcapture.i686 && \ - ln -s wine32 /usr/bin/wine && \ - ln -s wine32-preloader /usr/bin/wine-preloader && \ - ln -s wineserver64 /usr/bin/wineserver && \ sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/winetricks.desktop && \ curl -Lo /tmp/latencyflex.tar.xz $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') && \ mkdir -p /tmp/latencyflex && \