mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
WIP steam networking rewrite.
This commit is contained in:
parent
0e86a2ca0a
commit
3a07b8eaf6
7 changed files with 263 additions and 29 deletions
|
@ -61,6 +61,7 @@ def get_pull_requests_from(date):
|
|||
return [PullRequest(entry["number"], entry["author"]["login"], entry["title"]) for entry in parsed]
|
||||
|
||||
def extract_steam_redist():
|
||||
os.makedirs("target/tmp", exist_ok=True)
|
||||
with ZipFile("redist/steam_dylib.zip", "r") as steam_dylib_zip:
|
||||
steam_dylib_zip.extractall("target/tmp")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue