fix windows build and update logic

This commit is contained in:
uncor3
2025-11-18 23:29:00 -08:00
parent f4cb326771
commit ccf578b256
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -252,7 +252,8 @@ MainWindow::MainWindow(QWidget *parent)
bool isPortable = false;
bool skipPrerelease = true;
#ifdef WIN32
isPortable = is_iDescriptorInstalled();
isPortable = !is_iDescriptorInstalled();
qDebug() << "isPortable=" << isPortable;
#endif
/*