Update updater.py

This commit is contained in:
m5rcel { Marcel }
2025-10-09 20:25:42 +02:00
committed by GitHub
parent 0d293cb67e
commit aff3745589

View File

@@ -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