WIP steam networking rewrite.

This commit is contained in:
IQuant 2024-07-22 17:41:45 +03:00
parent 0e86a2ca0a
commit 3a07b8eaf6
7 changed files with 263 additions and 29 deletions

View file

@ -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")