From a5fce53ec9622b4e00a3be6c3b2a7cd69a4c15b1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 15 三月 2023 17:16:35 +0800
Subject: [PATCH] 1

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

diff --git a/ExportMap/cs/Tool.cs b/ExportMap/cs/Tool.cs
index a365eea..e3da3fe 100644
--- a/ExportMap/cs/Tool.cs
+++ b/ExportMap/cs/Tool.cs
@@ -178,7 +178,7 @@
 
                 LogOut.Info("cmd = " + cmd);
                 si.AutoFlush = true;
-                if (isPy) si.WriteLine("\"C:\\Program Files\\QGIS 3.16\\bin\\python-qgis-ltr.bat\"");
+                if (isPy) si.WriteLine("\"C:\\Program Files\\QGIS 3.16\\bin\\qgis_process-qgis-ltr.bat\""); // python-qgis-ltr.bat
                 si.WriteLine(cmd);
                 si.WriteLine("exit");
 

--
Gitblit v1.9.3