diff --git a/launcher/updater.py b/launcher/updater.py new file mode 100644 index 0000000..e2e12b9 --- /dev/null +++ b/launcher/updater.py @@ -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. +""" \ No newline at end of file