загрзука клиента и хэширование

This commit is contained in:
2026-03-22 02:00:47 +04:00
parent 73d8798bb9
commit f0463f8cff
9 changed files with 1239 additions and 97 deletions
+3
View File
@@ -4,11 +4,14 @@ final class Config {
);
static const gameExecutableName = 'Wow.exe';
static const cacheDirectoryName = 'Cache';
static const launcherMetadataDirectoryName = '.moonwell_launcher';
static const hashCacheFileName = 'hash_cache.json';
static const ignoredVerificationDirectories = <String>{
'cache',
'errors',
'logs',
'screenshots',
'wtf',
'.moonwell_launcher',
};
}