Revert "feat: Switch to zap for managing AppImages, auto-update zap installed AppImages with Topgrade"

This reverts commit 7d291a10ad94e460ba156ea1093369d908b5696d.
This commit is contained in:
Kyle Gospodnetich 2024-05-03 20:01:56 -07:00
parent 510b4a20ee
commit 25ae0707c0
5 changed files with 2 additions and 9 deletions

View File

@ -425,8 +425,6 @@ 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/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 && \
chmod +x /usr/bin/latencyflex && \

View File

@ -211,6 +211,7 @@ screens:
description: Helpful tools
default: false
packages:
- AppImage Pool: io.github.prateekmedia.appimagepool
- Barrier: com.github.debauchee.barrier
- Bitwarden: com.bitwarden.desktop
- Calibre: com.calibre_ebook.calibre

View File

@ -1,5 +1,4 @@
[commands]
"Zap" = "/usr/libexec/topgrade/zap-update"
"Linux AMDGPU Control Application" = "/usr/libexec/topgrade/lact-update"
"Mozilla GNOME Themes" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
"Third Party CSS Loader Themes" = "/usr/libexec/topgrade/third-party-css-loader-update"

View File

@ -1,6 +0,0 @@
#!/usr/bin/bash
shopt -s nullglob
/usr/bin/zap upgrade
exit 0

View File

@ -200,6 +200,7 @@ screens:
description: Helpful tools
default: false
packages:
- AppImage Pool: io.github.prateekmedia.appimagepool
- Barrier: com.github.debauchee.barrier
- Bitwarden: com.bitwarden.desktop
- Calibre: com.calibre_ebook.calibre