From 85429b04fc1b54f595dfc4859eb6eb2962061ee4 Mon Sep 17 00:00:00 2001 From: ChrisColeTech Date: Sat, 24 Aug 2024 18:59:24 -0400 Subject: [PATCH] Update launch.py --- launch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/launch.py b/launch.py index d53c11a8..eae5b19e 100644 --- a/launch.py +++ b/launch.py @@ -72,7 +72,6 @@ def ini_args(): return args -install_tkinter() prepare_environment() build_launcher() args = ini_args()