Setup: update cx-Freeze (#370)
This commit is contained in:
parent
6b07b6407c
commit
b9014b2a60
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue