Skip to content

Commit

Permalink
Setup: pin cx-Freeze to latest working version
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jun 18, 2023
1 parent 422ccda commit c4e28a8
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 @@ -20,7 +20,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>=6.14.7'
requirement = 'cx-Freeze==6.14.9'
import pkg_resources
try:
pkg_resources.require(requirement)
Expand Down

0 comments on commit c4e28a8

Please sign in to comment.