From 8ce3fd551866c070dd3ff9a05cb5b20b0368628d Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 17 Nov 2022 17:33:57 +0100 Subject: [PATCH] Core: update cx-Freeze --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19d04218..63af1341 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,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.11' +requirement = 'cx-Freeze>=6.13.1' try: pkg_resources.require(requirement) import cx_Freeze