From d4c5cd1bbbb7234d66367e47d128f2d5ead4ff6b Mon Sep 17 00:00:00 2001
From: liujiangnan <695541723@qq.com>
Date: Tue, 14 Dec 2021 23:36:02 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20win=E7=8E=AF=E5=A2=83=E4=B8=8B=E7=BC=96?=
 =?UTF-8?q?=E8=AF=91=E5=91=BD=E4=BB=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/buildCocos.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/buildCocos.js b/bin/buildCocos.js
index def4084..475a164 100644
--- a/bin/buildCocos.js
+++ b/bin/buildCocos.js
@@ -52,7 +52,7 @@ function execCmd(cmd, params, path) {
 }
 
 
-let creatorBasePath = 'C:\\CocosDashboard_1.0.6\\resources\\.editors\\Creator\\2.4.5\\CocosCreator.exe';
+let creatorBasePath = 'CocosCreator';
 if (process.platform !== 'win32') {
   creatorBasePath = "/Applications/CocosCreator/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator";
 }
-- 
2.21.0