Files
thinlauncher/launcher/updater.py
2026-08-31 14:14:08 +01:00

5 lines
203 B
Python

# updater.py
"""
Updates the application during runtime, ensuring the latest version will be available after the next restart.
It does not replace the currently running instance with the new version.
"""