From b9014b2a6062718412e053f2110cdee958bb0b34 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 1 Apr 2022 00:08:48 +0200 Subject: [PATCH] Setup: update cx-Freeze (#370) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bea0d72..80e6b1dd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from Launcher import components, icon_paths # This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it import subprocess import pkg_resources -requirement = 'cx-Freeze>=6.9' +requirement = 'cx-Freeze>=6.10' try: pkg_resources.require(requirement) import cx_Freeze