Core: new cx_freeze (#5316)

This commit is contained in:
Fabian Dill
2025-09-30 01:52:12 +02:00
committed by GitHub
parent 1d861d1d06
commit 6099869c59

View File

@@ -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: