Skip to content

Commit

Permalink
change install place
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPoot committed Sep 18, 2021
1 parent 7dc40db commit 62f6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_path = 'C:\\Users\\'+USER_NAME+'\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\'

print("Installing...\n")
url = "https://github.com/qwertyquerty/ss13rp/raw/master/dist/ss13rp.exe"
url = "https://github.com/SandPoot/ss13rp/raw/master/dist/ss13rp.exe"
response = requests.get(url, stream=True)
handle = open(install_path+"ss13rp.exe", "wb")
dur = 0
Expand Down

0 comments on commit 62f6e75

Please sign in to comment.