From 95bdac8b61de2a78598d5c7d71da5b4c18e942ac Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 20 Mar 2026 20:15:22 -0600 Subject: [PATCH] fix potacat install --- compile.conf | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/compile.conf b/compile.conf index aa9fa06..d265de0 100644 --- a/compile.conf +++ b/compile.conf @@ -10,8 +10,14 @@ git=https://github.com/kiwix/kiwix-desktop.git install=/usr/local/bin/kiwix-desktop steps=/usr/lib/qt6/bin/qmake, make, sudo make install -[PotaCAT] +#[PotaCAT] +#version=1.1.0 +#git=https://github.com/Waffleslop/POTACAT.git +#install=$HOME/.local/bin +#steps=npm install, $HOME/.local/share/HamPack/patch-potacat.sh, npm run dist:linux, mv /dist/*.AppImage $HOME/.local/bin/ + +[potacat] version=1.1.0 git=https://github.com/Waffleslop/POTACAT.git -install=$HOME/.local/bin -steps=npm install, $HOME/.local/share/HamPack/patch-potacat.sh, npm run dist:linux, mv /dist/*.AppImage $HOME/.local/bin/ \ No newline at end of file +install=$HOME/.local/bin/POTACAT.AppImage +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