diff --git a/launcher.py b/launcher.py index 917788d..8550be3 100644 --- a/launcher.py +++ b/launcher.py @@ -8,7 +8,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed from urllib.request import urlretrieve -REPO_BASE_URL = "https://raw.githubusercontent.com/rawleenc/ArchCraftsman/dev" +REPO_BASE_URL = "https://raw.githubusercontent.com/rawleenc/ArchCraftsman/main" CMD = 'python -m src.archcraftsman'