add setup script to build an msi windows installer

This commit is contained in:
liamcottle
2024-05-24 01:35:30 +12:00
parent e2f62d46c4
commit d42801c135
6 changed files with 72 additions and 2 deletions

View File

@@ -115,6 +115,14 @@ python web.py --identity-base64 "GCN6mMhVemdNIK/fw97C1zvU17qjQPFTXRBotVckeGmoOwQ
> NOTE: this is a randomly generated identity for example purposes. Do not use it, it has been leaked!
# Build from Source
You can build a standalone Windows Installer `.msi` with the following command;
```
python setup.py bdist_msi
```
## TODO
- [ ] conversations/contacts list ui with unread indicators