From aff3745589412f567f20c171a993e953161befde Mon Sep 17 00:00:00 2001 From: m5rcel { Marcel } Date: Thu, 9 Oct 2025 20:25:42 +0200 Subject: [PATCH] Update updater.py --- utils/updater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/updater.py b/utils/updater.py index a765e26..2e0fdc5 100644 --- a/utils/updater.py +++ b/utils/updater.py @@ -4,8 +4,8 @@ from utils.downloader import download_and_extract from pathlib import Path # URLs for raw version and zipped repo -VERSION_URL = "https://raw.githubusercontent.com/m4rcel-lol/m5rcode/main/version.txt" -REPO_ZIP_URL = "https://github.com/m4rcel-lol/m5rcode/archive/refs/heads/main.zip" +VERSION_URL = "https://raw.githubusercontent.com/m4rcel-lol/m5rcode-ubuntu/main/version.txt" +REPO_ZIP_URL = "https://github.com/m4rcel-lol/m5rcode-ubuntu/archive/refs/heads/main.zip" def check_and_update(): # Figure out where your version file is