fix repo name

This commit is contained in:
uncor3
2025-11-20 07:26:17 +00:00
parent e6ca85b241
commit 02738550a4
+3 -5
View File
@@ -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(