This commit is contained in:
Chenx221 2024-10-27 16:56:10 +08:00
parent c7c17002dd
commit 15d8c8c775
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -320,7 +320,7 @@ namespace EscudeTools
{
if (Directory.Exists(v1) && File.Exists(v2))
{
string graphicsDBPath = v1;
string graphicsDBPath = v2;
using SqliteConnection connection = new($"Data Source={graphicsDBPath};");
connection.Open();
List<string> tableNames = [];