Skip to content

Commit

Permalink
chore: Restore winetricks executable for Lutris
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 5, 2025
1 parent 365b975 commit f0001f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
cp -r /tmp/latencyflex/wine/usr/lib/wine/* /usr/lib64/latencyflex/ && \
curl -Lo /usr/bin/latencyflex https://raw.githubusercontent.com/KyleGospo/LatencyFleX-Installer/main/install.sh && \
chmod +x /usr/bin/latencyflex && \
curl -Lo /usr/bin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
chmod +x /usr/bin/winetricks && \
/ctx/cleanup

# Configure KDE & GNOME
Expand Down

0 comments on commit f0001f0

Please sign in to comment.