# HG changeset patch # User Andre Heinecke # Date 1407488380 -7200 # Node ID 197c594aad2b76932209074a266b73507e2db30d # Parent 1cc85fd3daa5728bb24184c8e8c14e19d9125659 Really skip unknown packages when creating the installer. diff -r 1cc85fd3daa5 -r 197c594aad2b ui/createinstallerdialog.cpp --- a/ui/createinstallerdialog.cpp Fri Aug 08 10:56:24 2014 +0200 +++ b/ui/createinstallerdialog.cpp Fri Aug 08 10:59:40 2014 +0200 @@ -260,6 +260,7 @@ } else { qDebug() << "Could not detrmine architecture of " << candidate; qDebug() << "Skipping."; + continue; } QString outFileName = options.value("setupname", "TrustBridge-default.exe"