5 lines
203 B
Python
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.
|
|
""" |