remove old cxfreeze msi builder

This commit is contained in:
liamcottle
2024-05-27 21:59:00 +12:00
parent 48a4c8672a
commit efcc2af239
2 changed files with 0 additions and 9 deletions

View File

@@ -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

View File

@@ -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}',
},
},
)