From c8ea10048a6ebd7f9e85e85f0550fbdafe419dcc Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 07 九月 2023 13:24:43 +0800 Subject: [PATCH] 添加配置文件~ --- MoonExp/cs/ExportUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MoonExp/cs/ExportUtil.cs b/MoonExp/cs/ExportUtil.cs index 27ff854..62a1b32 100644 --- a/MoonExp/cs/ExportUtil.cs +++ b/MoonExp/cs/ExportUtil.cs @@ -48,7 +48,7 @@ { if (string.IsNullOrWhiteSpace(pyFile)) { - pyFile = Path.Combine(SourcesPath, "render.py"); + pyFile = Path.Combine(SourcesPath, "MoonExp.py"); } return pyFile; -- Gitblit v1.9.3