Update dtk-template & README.md

This commit is contained in:
Luke Street 2024-10-22 22:36:25 -06:00
parent 5240be5905
commit 9d5e8cf129
13 changed files with 726 additions and 388 deletions

View file

@ -55,6 +55,7 @@ def dtk_url(tag: str) -> str:
repo = "https://github.com/encounter/decomp-toolkit"
return f"{repo}/releases/download/{tag}/dtk-{system}-{arch}{suffix}"
def objdiff_cli_url(tag: str) -> str:
uname = platform.uname()
suffix = ""