A simple updater for the TeamTalk Commander.
You can run it directly with:
python updater.py
Or download the latest release for a Windows executable.
When you run the script, it will:
-
Ask if you want to update to one of the following:
- The latest version of TTCom
- The latest version of TTCom compiled for Windows
- The latest beta revision of TTCom
- The latest beta revision of TTCom compiled for Windows
- The script must be placed inside your TTCom directory.
- It will terminate any active TTCom process before proceeding with the update.
You can build the updater into an executable using PyInstaller:
pyinstaller --onefile -n TTCom_Updater updater.py
If you have UPX you can optionally use the --upx-dir flag with PyInstaller to compress the compiled executable and reduce its file size.
Thanks to Doug Lee for writing the TeamTalk Commander program.