From de25d1ef2d85461fc5fe448733bdb01996b7a767 Mon Sep 17 00:00:00 2001 From: HuYufei Date: Mon, 8 Jan 2024 11:47:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E5=90=8D=E7=A7=B0BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/GuruManager/Config/EditorGuruServiceIO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/GuruManager/Config/EditorGuruServiceIO.cs b/Editor/GuruManager/Config/EditorGuruServiceIO.cs index 8a7e45f..96fd7d4 100644 --- a/Editor/GuruManager/Config/EditorGuruServiceIO.cs +++ b/Editor/GuruManager/Config/EditorGuruServiceIO.cs @@ -95,7 +95,7 @@ namespace Guru.Editor { var deployPath = Path.Combine(Application.dataPath, LocalServicesConfigPath); if(!Directory.Exists(deployPath)) Directory.CreateDirectory(deployPath); - var path = Path.Combine(deployPath, $"{GuruSDK.ServicesConfigKey}.{LocalConfigExtension}"); + var path = Path.Combine(deployPath, $"{GuruSDK.ServicesConfigKey}{LocalConfigExtension}"); var config = LoadConfig(); var from = SourceServiceFilePath;