From 007e1ecf9598d1f1b2f1c79c117c98195cdee3c9 Mon Sep 17 00:00:00 2001 From: AI Agent Date: Sat, 28 Feb 2026 18:00:56 +0400 Subject: [PATCH] Fix qwenclaw.cmd to use relative path for portability --- bin/qwenclaw.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qwenclaw.cmd b/bin/qwenclaw.cmd index 95ef953..9c27690 100644 --- a/bin/qwenclaw.cmd +++ b/bin/qwenclaw.cmd @@ -1,2 +1,2 @@ @echo off -node "C:\Users\admin\qwenclaw\bin\qwenclaw.js" %* +node "%~dp0qwenclaw.js" %*