更正卸载脚本代码 合并来自xiaohe的Paste 6 ARM修复代码

This commit is contained in:
秋城落叶
2025-10-14 16:40:06 +08:00
parent a07cb064cf
commit 7e4250d76d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,9 +22,9 @@ launchctl unload "/Library/LaunchDaemons/$PLIST_NAME" 2>/dev/null || true
# 删除文件
echo "删除文件..."
rm -f "/usr/local/bin/QiuChenly/InjectLib"
rm -f "/usr/local/bin/QiuChenly/tool"
rm -rf "/usr/local/bin/QiuChenly/tool"
rm -f "/usr/local/bin/QiuChenly/config.json"
rm -f "/usr/local/bin/QiuChenly/frontend"
rm -rf "/usr/local/bin/QiuChenly/frontend"
rm -rf "/usr/local/bin/QiuChenly"
rm -f "/Library/LaunchDaemons/$PLIST_NAME"
rm -f "/var/log/hayaku_daemon.log"

Binary file not shown.