Skip to content

Commit

Permalink
#231: handle bdist_msi and bdist_mac with cxfreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Sep 2, 2020
1 parent 3fb0f4a commit 1687aea
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 @@ -9,7 +9,7 @@
import sys
import os

if sys.argv[1] == 'build':
if sys.argv[1] in ('build', 'bdist_msi', 'bdist_mac'):
from cx_Freeze import setup, Executable # noqa

cxfreeze_options = {
Expand Down

0 comments on commit 1687aea

Please sign in to comment.