chore: Tabs to spaces

This commit is contained in:
Kyle Gospodnetich 2024-07-24 20:31:23 -07:00
parent d02224cc66
commit 06123c9f8c

View File

@ -450,8 +450,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
mangohud.x86_64 \
mangohud.i686 && \
ln -s wine32 /usr/bin/wine && \
ln -s wine32-preloader /usr/bin/wine-preloader && \
ln -s wineserver64 /usr/bin/wineserver && \
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 && \