Skip to content

Commit

Permalink
curse download files changed to https (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Nov 17, 2023
1 parent 3ae4b0f commit 4f0b91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtnh/assembler/curse.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ async def generate_json_dep(self, side: Side, archive: ZipFile) -> None:
path: Path = get_asset_version_cache_location(mod, version)
file.write(path, arcname=path.name)
assert url
url = f"http://downloads.gtnewhorizons.com/Mods_for_Twitch/{path.name}" # temporary override until maven is fixed
url = f"https://downloads.gtnewhorizons.com/Mods_for_Twitch/{path.name}" # temporary override until maven is fixed
mod_obj: Dict[str, str] = {"path": f"mods/{version.filename}", "url": url}

dep_json.append(mod_obj)
Expand Down

0 comments on commit 4f0b91e

Please sign in to comment.