From c0112c87b4b8508bacbed713a9e42688496f124b Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 24 七月 2023 16:02:18 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/TerraUtils.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/cs/TerraUtils.cs b/ExportMap/cs/TerraUtils.cs
index bfb3e2a..0cad744 100644
--- a/ExportMap/cs/TerraUtils.cs
+++ b/ExportMap/cs/TerraUtils.cs
@@ -173,7 +173,7 @@
                 string filePath = Path.Combine(uploadFolder, meta.path);
                 if (File.Exists(filePath)) files.Add(filePath);
             }
-            string str = string.Join("\n", files);
+            string str = string.Join("\r\n", files);
 
             File.WriteAllText(txtFile, str);
         }

--
Gitblit v1.9.3