Introduce updater.py

This commit is contained in:
2026-08-31 14:14:08 +01:00
parent 0ad044b7e0
commit cc6d70baaf

5
launcher/updater.py Normal file
View File

@@ -0,0 +1,5 @@
# 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.
"""