fix: 修复扩展名称BUG
parent
058b65224c
commit
de25d1ef2d
|
|
@ -95,7 +95,7 @@ namespace Guru.Editor
|
||||||
{
|
{
|
||||||
var deployPath = Path.Combine(Application.dataPath, LocalServicesConfigPath);
|
var deployPath = Path.Combine(Application.dataPath, LocalServicesConfigPath);
|
||||||
if(!Directory.Exists(deployPath)) Directory.CreateDirectory(deployPath);
|
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 config = LoadConfig();
|
||||||
var from = SourceServiceFilePath;
|
var from = SourceServiceFilePath;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue