Setup: update cx-Freeze (#370)

This commit is contained in:
Fabian Dill 2022-04-01 00:08:48 +02:00 committed by GitHub
parent 6b07b6407c
commit b9014b2a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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