From 075137a218023b1bb19344a90d2f9f7d51800113 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 20 Mar 2026 20:01:31 -0600 Subject: [PATCH] fix patch script execution --- compile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.conf b/compile.conf index 5f35bc3..aa9fa06 100644 --- a/compile.conf +++ b/compile.conf @@ -14,4 +14,4 @@ steps=/usr/lib/qt6/bin/qmake, make, sudo make install version=1.1.0 git=https://github.com/Waffleslop/POTACAT.git install=$HOME/.local/bin -steps=npm install, ./patch-potacat.sh, npm run dist:linux, mv /dist/*.AppImage $HOME/.local/bin/ \ No newline at end of file +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