Change the VFS cache name so we don't overwrite 1.1.5 caches

This commit is contained in:
Timothy Baldridge 2020-04-21 06:40:17 -06:00
parent f5568df7d0
commit fd096e703d

View File

@ -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; }