⚠ This repository is obsolete. Configuration window is now included in trsync repository.
This graphical application permit to manage trsync manager config file and signal trsync manager config reload.
- Prepare and activate python virtual environment
- Install dependencies from
requirements.txt:pip install -r requirements.txt - Install pyinstaller :
pip install pyinstaller - Package executable :
pyinstaller --name configure --onefile --hidden-import=tkinter run.py
Executable available in dist folder.