From ba5d62dfd91d9377993f13788bda1c28cd1020b3 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 20 Mar 2026 20:41:07 -0600 Subject: [PATCH] fix potacat --- compile.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.conf b/compile.conf index da1c4e0..6918eb4 100644 --- a/compile.conf +++ b/compile.conf @@ -11,8 +11,8 @@ install=/usr/local/bin/kiwix-desktop steps=/usr/lib/qt6/bin/qmake, make, sudo make install [potacat] -version=1.1.1 +version=1.1.0 git=https://github.com/Waffleslop/POTACAT.git install=$HOME/.local/bin/POTACAT.AppImage desktop=$HOME/.local/share/HamPack/desktop/potacat.desktop -steps=bash $HOME/.local/share/HamPack/patch-potacat.sh, npm install, npm run dist:linux, mv dist/*.AppImage $HOME/.local/bin/ \ No newline at end of file +steps=bash $HOME/.local/share/HamPack/patch-potacat.sh, npm install, npm run dist:linux, mv dist/*.AppImage $HOME/.local/bin/POTACAT.AppImage \ No newline at end of file