chore: Syntax fix

This commit is contained in:
Kyle Gospodnetich 2024-07-24 20:30:36 -07:00
parent 90904babae
commit d02224cc66

View File

@ -448,8 +448,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
libobs_vkcapture.i686 \ libobs_vkcapture.i686 \
libobs_glcapture.i686 \ libobs_glcapture.i686 \
mangohud.x86_64 \ mangohud.x86_64 \
mangohud.i686 && \ mangohud.i686 && \
ln -s wine32 /usr/bin/wine && \ ln -s wine32 /usr/bin/wine && \
ln -s wine32-preloader /usr/bin/wine-preloader && \ ln -s wine32-preloader /usr/bin/wine-preloader && \
ln -s wineserver64 /usr/bin/wineserver && \ ln -s wineserver64 /usr/bin/wineserver && \
sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/winetricks.desktop && \ sed -i 's@\[Desktop Entry\]@\[Desktop Entry\]\nNoDisplay=true@g' /usr/share/applications/winetricks.desktop && \