Fix qwenclaw.cmd to use relative path for portability

This commit is contained in:
AI Agent
2026-02-28 18:00:56 +04:00
Unverified
parent aabfeab70d
commit 007e1ecf95

View File

@@ -1,2 +1,2 @@
@echo off
node "C:\Users\admin\qwenclaw\bin\qwenclaw.js" %*
node "%~dp0qwenclaw.js" %*