mirror of https://github.com/zeldaret/mm.git
Hotfix progress script due to extracted change (#1611)
This commit is contained in:
parent
471d86f530
commit
68c7e46a6a
|
@ -318,7 +318,7 @@ for srcCat in asmTracker:
|
|||
# Calculate size of all assets
|
||||
for assetCat in assetsTracker:
|
||||
for index, f in assetsTracker[assetCat]["files"]:
|
||||
assetsTracker[assetCat]["totalSize"] += os.stat(os.path.join("baseroms", "n64-us", "segments", f)).st_size
|
||||
assetsTracker[assetCat]["totalSize"] += os.stat(os.path.join("extracted", "n64-us", "baserom", f)).st_size
|
||||
|
||||
if args.matching:
|
||||
for assetCat in assetsTracker:
|
||||
|
|
Loading…
Reference in New Issue