forgot to ensure checkdata path

This commit is contained in:
ThatBen 2025-04-10 15:18:29 +02:00
parent 6e6b9a6bfe
commit 8326578006
No known key found for this signature in database
GPG Key ID: E020A7DDCD52E1AB

View File

@ -34,6 +34,7 @@ namespace BiblioTech
EnsurePath(Config.DataPath);
EnsurePath(Config.UserDataPath);
EnsurePath(Config.EndpointsPath);
EnsurePath(Config.ChecksDataPath);
return new Program().MainAsync(args);
}