mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 14:27:40 +00:00
Windows fixes for download_dtk.py and shasum
Former-commit-id: 89e083cc54
This commit is contained in:
@@ -1464,7 +1464,7 @@ if __name__ == "__main__":
|
||||
n.comment("Check DOL hash")
|
||||
n.rule(
|
||||
name="check",
|
||||
command=ALLOW_CHAIN + "$dtk shasum -c $in && touch $out",
|
||||
command="$dtk shasum -c $in -o $out",
|
||||
description="CHECK $in",
|
||||
)
|
||||
n.build(
|
||||
|
||||
Reference in New Issue
Block a user