Core: update cx-Freeze

This commit is contained in:
Fabian Dill 2022-11-17 17:33:57 +01:00 committed by Fabian Dill
parent 93a354cd81
commit 8ce3fd5518
1 changed files with 1 additions and 1 deletions

View File

@ -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 # This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
import subprocess import subprocess
import pkg_resources import pkg_resources
requirement = 'cx-Freeze>=6.11' requirement = 'cx-Freeze>=6.13.1'
try: try:
pkg_resources.require(requirement) pkg_resources.require(requirement)
import cx_Freeze import cx_Freeze