comparison ui/createinstallerdialog.cpp @ 886:197c594aad2b

Really skip unknown packages when creating the installer.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 08 Aug 2014 10:59:40 +0200
parents 1cc85fd3daa5
children f44fff7d318b
comparison
equal deleted inserted replaced
885:1cc85fd3daa5 886:197c594aad2b
258 } else if (candidate.endsWith("-amd64.sh")) { 258 } else if (candidate.endsWith("-amd64.sh")) {
259 x86arch = false; 259 x86arch = false;
260 } else { 260 } else {
261 qDebug() << "Could not detrmine architecture of " << candidate; 261 qDebug() << "Could not detrmine architecture of " << candidate;
262 qDebug() << "Skipping."; 262 qDebug() << "Skipping.";
263 continue;
263 } 264 }
264 265
265 QString outFileName = options.value("setupname", "TrustBridge-default.exe" 266 QString outFileName = options.value("setupname", "TrustBridge-default.exe"
266 ).toString().replace(".exe", 267 ).toString().replace(".exe",
267 x86arch ? "-x86arch.sh" : "-64bit.sh").arg(QString()); 268 x86arch ? "-x86arch.sh" : "-64bit.sh").arg(QString());

http://wald.intevation.org/projects/trustbridge/