diff --git a/res/uninstall_daemon.sh b/res/uninstall_daemon.sh index 0453893..84b0054 100755 --- a/res/uninstall_daemon.sh +++ b/res/uninstall_daemon.sh @@ -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" diff --git a/tool/CoreInject.dylib b/tool/CoreInject.dylib index 7de3ad9..d6aa7cc 100755 Binary files a/tool/CoreInject.dylib and b/tool/CoreInject.dylib differ