chore: Update zap download URL

This commit is contained in:
Kyle Gospodnetich 2024-05-03 10:00:39 -07:00
parent a926b72309
commit eab782b80b

View File

@ -425,7 +425,7 @@ RUN rpm-ostree install \
rm -rf /tmp/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/zap https://github.com/srevinsaju/zap/releases/download/v2-continuous/zap && \
curl -Lo /usr/bin/zap https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64 && \
chmod +x /usr/bin/zap && \
sed -i 's@/usr/lib/wine/@/usr/lib64/wine/@g' /usr/bin/latencyflex && \
sed -i 's@"dxvk.conf"@"/usr/share/latencyflex/dxvk.conf"@g' /usr/bin/latencyflex && \