mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-20 17:41:47 -07:00
Setup: pin cx-Freeze to latest working version
This commit is contained in:
@@ -20,7 +20,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>=6.14.7'
|
||||
requirement = 'cx-Freeze==6.14.9'
|
||||
import pkg_resources
|
||||
try:
|
||||
pkg_resources.require(requirement)
|
||||
|
||||
Reference in New Issue
Block a user