загрзука клиента и хэширование
This commit is contained in:
@@ -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',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user