From df5354498703241a632dad1f49e67948fdfb4a89 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Mon, 16 Jan 2023 23:16:42 +0100 Subject: [PATCH] Release 3.4.6 --- launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.py b/launcher.py index 8125e90..bf9517f 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' GREEN = "\033[0;32m" CYAN = "\033[0;36m"