Core: Update cx_freeze to 7.2.0 and freeze it (#3648)

supersedes ArchipelagoMW/Archipelago#3405
This commit is contained in:
black-sliver
2024-07-18 00:49:59 +02:00
committed by GitHub
parent 7b39b23f73
commit 4d1507cd0e

View File

@@ -21,7 +21,7 @@ from pathlib import Path
# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try:
requirement = 'cx-Freeze==7.0.0'
requirement = 'cx-Freeze==7.2.0'
import pkg_resources
try:
pkg_resources.require(requirement)