Skip to content

Commit

Permalink
Fix 'VCRUNTIME140.dll was not found' in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Feb 20, 2023
1 parent 052454a commit aeadb5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_bdist_msi.py
Expand Up @@ -91,6 +91,7 @@
"tkinter",
],
"constants": "BUILD_COPYRIGHT='(c) 2020-2023 Martin Wendt'",
"include_msvcr": True,
}

# See https://cx-freeze.readthedocs.io/en/latest/distutils.html#bdist-msi
Expand Down

0 comments on commit aeadb5f

Please sign in to comment.