fix patch script execution

This commit is contained in:
David Young
2026-03-20 20:01:31 -06:00
parent 25f7b91990
commit 075137a218

View File

@@ -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/
steps=npm install, $HOME/.local/share/HamPack/patch-potacat.sh, npm run dist:linux, mv /dist/*.AppImage $HOME/.local/bin/