From 6099869c59224d8c3660cc4020e61658e8177957 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 30 Sep 2025 01:52:12 +0200 Subject: [PATCH] Core: new cx_freeze (#5316) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81eee017..98b9dd60 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ SNI_VERSION = "v0.0.100" # change back to "latest" once tray icon issues are fi # This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it -requirement = 'cx-Freeze==8.0.0' +requirement = 'cx-Freeze==8.4.0' try: import pkg_resources try: