From cc6d70baaf9fd6a8582149576a0999c2d377e1ec Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Mon, 31 Aug 2026 14:14:08 +0100 Subject: [PATCH] Introduce updater.py --- launcher/updater.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 launcher/updater.py 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