compiled cxfreeze python app working inside electron with logging passed to web browser console

This commit is contained in:
liamcottle 2024-05-27 21:26:23 +12:00
commit ec92e458e6
6 changed files with 3449 additions and 535 deletions

View file

@ -36,6 +36,8 @@ setup(
# it also prevents assert statements from executing, removes docstrings and sets __debug__ to False.
# https://stackoverflow.com/a/57948104
"optimize": 2,
# change where exe is built to
'build_exe': 'build/exe',
},
'build_msi': {
# use a static upgrade code to allow installer to remove existing files on upgrade