Skip to content

Commit

Permalink
adhere to normal versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
vyvir authored Jul 19, 2024
1 parent 7b7be95 commit 54be737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def lol321actualfunction(self):
if not os.path.isfile(f"{(altlinuxpath)}/anisette-server"):
self.lbl1.set_text("Downloading anisette-server...")
r = requests.get(
"https://github.com/vyvir/AltLinux/releases/download/0.5.0/anisette-server-x86_64",
"https://github.com/vyvir/AltLinux/releases/download/v0.5.0/anisette-server-x86_64",
allow_redirects=True,
)
open(f"{(altlinuxpath)}/anisette-server", "wb").write(r.content)
Expand Down

0 comments on commit 54be737

Please sign in to comment.