mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix depot paths
This commit is contained in:
@@ -59,7 +59,7 @@ namespace SabreTools.Library.IO
|
||||
}
|
||||
|
||||
// Now append the filename
|
||||
path += hash + $"{hash}.gz";
|
||||
path += $"{hash}.gz";
|
||||
return path;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user