Skip to content

Commit

Permalink
Update tools & use new compilers URL
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter committed Oct 11, 2023
1 parent 5158138 commit 030ba3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
config.wrapper = args.wrapper

# Tool versions
config.compilers_tag = "1"
config.dtk_tag = "v0.5.5"
config.compilers_tag = "20230715"
config.dtk_tag = "v0.5.7"
config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.3"

Expand Down
5 changes: 1 addition & 4 deletions tools/download_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +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 = {
Expand Down

0 comments on commit 030ba3f

Please sign in to comment.