Skip to content

Commit

Permalink
installer mirrored maps v0.9.4 and fix MD5s for map files
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Sep 10, 2023
1 parent 21be4be commit f49108f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installer/Install/MapVariants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
'5551a03906a0f5470e2f9bd8724d59a6': 'v0.9',
'4a2b4cb284de0799ce0f111cfd8170fc': 'v0.9.1',
'3aee6ad2d9f88286b9ab105fb18109e2': 'v0.9.2', # after changing Md5Maps function
'c6bd4612828f025bdcd4cfd25655b4a3': 'v0.9.3',
'3b678c5b4f4b7fcd26f2c30ffec14770': 'v0.9.4',
}
latest_maps = 'v0.9.2'
latest_maps = 'v0.9.4'
assert latest_maps in maps_versions.values()

def InstallMirrors(mapsdir: Path, callback: callable, flavor:str):
Expand Down

0 comments on commit f49108f

Please sign in to comment.