Skip to content

Commit

Permalink
Improved GLFW for installation and compilation with GLFW in standard …
Browse files Browse the repository at this point in the history
…library.
  • Loading branch information
nthnn committed Dec 13, 2024
1 parent ce75bdb commit ed974f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ def download_file(url, local_filename):
if chunk:
f.write(chunk)

subprocess.run(['dir'])
print(f"{local_filename} has been downloaded successfully.")
unzip_and_move_contents(local_filename, "temp/")
unzip_and_move_contents(local_filename, "temp")

except requests.RequestException as e:
print(f"Failed to download {url}. Error: {e}")
Expand Down

0 comments on commit ed974f0

Please sign in to comment.