Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 committed Jul 5, 2019
1 parent 87d6a49 commit c88c805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
gmad_windows_file.write(requests.get(
"https://github.com/SupinePandora43/gmod-manager/releases/download/0.1.0/gmad.exe").content)
gmad_windows_file.close()
gmad_path = "./gmad.exe"
elif platform.system() == "Linux":
gmad_linux = requests.get(
"https://github.com/AbigailBuccaneer/gmad-build/releases/download/v20180201/gmad_linux").content
Expand Down

0 comments on commit c88c805

Please sign in to comment.