mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-18 17:35:24 +00:00
Update tools & use new compilers URL
This commit is contained in:
@@ -50,11 +50,7 @@ def wibo_url(tag):
|
||||
|
||||
|
||||
def compilers_url(tag):
|
||||
if tag == "1":
|
||||
return "https://cdn.discordapp.com/attachments/727918646525165659/1129759991696457728/GC_WII_COMPILERS.zip"
|
||||
else:
|
||||
sys.exit("Unknown compilers tag %s" % tag)
|
||||
|
||||
return f"https://files.decomp.dev/compilers_{tag}.zip"
|
||||
|
||||
TOOLS = {
|
||||
"dtk": dtk_url,
|
||||
|
||||
Reference in New Issue
Block a user