mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 05:36:03 +00:00
Forgot to fix path in Wise
This commit is contained in:
@@ -22,6 +22,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
return protections;
|
||||
|
||||
var subProtections = Scan(scanner, file);
|
||||
Utilities.PrependToKeys(subProtections, file);
|
||||
Utilities.AppendToDictionary(protections, subProtections);
|
||||
|
||||
return protections;
|
||||
@@ -51,6 +52,9 @@ namespace BurnOutSharp.ProtectionType
|
||||
}
|
||||
catch { }
|
||||
|
||||
// Remove temporary path references
|
||||
Utilities.StripFromKeys(protections, tempPath);
|
||||
|
||||
return protections;
|
||||
}
|
||||
catch { }
|
||||
|
||||
Reference in New Issue
Block a user