From 02738550a49bb95fe8796d8ae6539ed45250a795 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Thu, 20 Nov 2025 07:26:17 +0000 Subject: [PATCH] fix repo name --- src/mainwindow.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8e4f838..71ed468 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -266,7 +266,6 @@ MainWindow::MainWindow(QWidget *parent) }; */ switch (ZUpdater::detectPlatform()) { - // todo: adjust for portable case Platform::Windows: updateProcedure = UpdateProcedure{ !isPortable, @@ -313,10 +312,9 @@ MainWindow::MainWindow(QWidget *parent) }; } - // FIXME: fix repo name - m_updater = new ZUpdater("uncor3/libtest", APP_VERSION, "iDescriptor", - updateProcedure, isPortable, packageManagerManaged, - skipPrerelease, this); + m_updater = new ZUpdater("iDescriptor/iDescriptor", APP_VERSION, + "iDescriptor", updateProcedure, isPortable, + packageManagerManaged, skipPrerelease, this); #if defined(PACKAGE_MANAGER_MANAGED) && defined(__linux__) m_updater->setPackageManagerManagedMessage( QString(