From c8d7707b70d41f20a94e8aa409fa8c4987187aeb Mon Sep 17 00:00:00 2001 From: AMIAY Date: Sun, 25 Jan 2026 00:19:11 +0100 Subject: [PATCH] need test - electron updater --- GUI/index.html | 65 +++++++-------- GUI/js/updater.js | 157 +++++++++++++++++++++++++++++++++++++ GUI/style.css | 165 ++++++++++++++++++++++++++++++++++++++- backend/appUpdater.js | 8 +- backend/updateManager.js | 73 +++++++++++++++++ main.js | 92 ++++++++++++++++++++-- package.json | 2 +- preload.js | 15 ++++ 8 files changed, 529 insertions(+), 48 deletions(-) create mode 100644 GUI/js/updater.js create mode 100644 backend/updateManager.js diff --git a/GUI/index.html b/GUI/index.html index fa94706..3e85cfa 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -602,38 +602,38 @@ - +