chore: Restore 32-bit vkcapture

This commit is contained in:
Kyle Gospodnetich 2024-10-08 10:39:17 -07:00
parent a6f0015327
commit 36da5e1c3b

View File

@ -522,9 +522,10 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
vkBasalt.i686 \
mangohud.x86_64 \
mangohud.i686 \
obs-vkcapture.x86_64 \
libobs_vkcapture.x86_64 \
libobs_glcapture.x86_64 && \
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 && \