mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
remove old cxfreeze msi builder
This commit is contained in:
parent
48a4c8672a
commit
efcc2af239
2 changed files with 0 additions and 9 deletions
|
|
@ -1,5 +0,0 @@
|
|||
:: build windows exe and create an .msi installer
|
||||
python setup.py bdist_msi
|
||||
|
||||
:: pause to show output in console without closing when done
|
||||
pause
|
||||
4
setup.py
4
setup.py
|
|
@ -39,9 +39,5 @@ setup(
|
|||
# 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
|
||||
'upgrade_code': '{6c69616d-ae73-460c-88e8-399b3134134e}',
|
||||
},
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue