skip prereleases & use versioned json for devdiskimgs

This commit is contained in:
uncor3
2025-11-16 04:04:22 +00:00
parent 629109d735
commit 5a18865b1d
10 changed files with 739 additions and 545 deletions
+4 -4
View File
@@ -246,7 +246,7 @@ MainWindow::MainWindow(QWidget *parent)
UpdateProcedure updateProcedure;
bool packageManagerManaged = false;
bool isPortable = false;
bool skipPrerelease = true;
#ifdef WIN32
// dynamic portable detection read .portable file in app dir on Windows
QString appDir = QApplication::applicationDirPath();
@@ -309,9 +309,9 @@ MainWindow::MainWindow(QWidget *parent)
}
// FIXME: fix repo name
m_updater =
new ZUpdater("uncor3/libtest", APP_VERSION, "iDescriptor",
updateProcedure, isPortable, packageManagerManaged, this);
m_updater = new ZUpdater("uncor3/libtest", APP_VERSION, "iDescriptor",
updateProcedure, isPortable, packageManagerManaged,
skipPrerelease, this);
#if defined(PACKAGE_MANAGER_MANAGED) && defined(__linux__)
m_updater->setPackageManagerManagedMessage(
QString(