From 54be73787166494fcce7e856ba874595f01fa4d5 Mon Sep 17 00:00:00 2001 From: Vyvir <135277623+vyvir@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:23:00 +0300 Subject: [PATCH] adhere to normal versioning --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 97db3c6..197fca1 100644 --- a/main.py +++ b/main.py @@ -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)