mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Change the VFS cache name so we don't overwrite 1.1.5 caches
This commit is contained in:
parent
f5568df7d0
commit
fd096e703d
@ -45,7 +45,7 @@ namespace Wabbajack.Lib
|
||||
|
||||
public override AbsolutePath VFSCacheName =>
|
||||
Consts.LocalAppDataPath.Combine(
|
||||
$"vfs_compile_cache-{Path.Combine((string)MO2Folder ?? "Unknown", "ModOrganizer.exe").StringSha256Hex()}.bin");
|
||||
$"vfs_compile_cache-2-{Path.Combine((string)MO2Folder ?? "Unknown", "ModOrganizer.exe").StringSha256Hex()}.bin");
|
||||
|
||||
public dynamic MO2Ini { get; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user