Skip to content

Commit

Permalink
Core: Update cx_freeze to 7.2.0 and freeze it (ArchipelagoMW#3648)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver authored Jul 17, 2024
1 parent 7b39b23 commit 4d1507c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# 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)
Expand Down

0 comments on commit 4d1507c

Please sign in to comment.