mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
compiled cxfreeze python app working inside electron with logging passed to web browser console
This commit is contained in:
parent
4cdc900133
commit
ec92e458e6
6 changed files with 3449 additions and 535 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue