From 551cdb06f6f2acf88fef4235133257799b338e95 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Thu, 22 Dec 2022 22:18:14 +0100 Subject: [PATCH] Release 3.4.5 --- 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"