From 2f20921cbd91c4bd1c1fb48de3f4f537787f9d5f Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Thu, 22 Aug 2024 16:40:03 +0800 Subject: [PATCH] Update env.js --- env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.js b/env.js index 77271e5..5d56388 100644 --- a/env.js +++ b/env.js @@ -14,7 +14,7 @@ module.exports = { "launch": true, "teardown": "disconnect", "remote": false, - "executablePath": "D:/software/weixin-10-12/微信web开发者工具/cli.bat" + "executablePath": "D:/software/minprogram/weixin/cli.bat" }, "app-plus": { "android": { -- GitLab