Mercurial > trustbridge
comparison ui/createinstallerdialog.cpp @ 890:ad590fb9ab8f
Fix another error in package output names.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 08 Aug 2014 11:31:20 +0200 |
parents | f44fff7d318b |
children | 01128d63226d |
comparison
equal
deleted
inserted
replaced
889:f44fff7d318b | 890:ad590fb9ab8f |
---|---|
263 continue; | 263 continue; |
264 } | 264 } |
265 | 265 |
266 QString outFileName = options.value("setupname", "TrustBridge-default.exe" | 266 QString outFileName = options.value("setupname", "TrustBridge-default.exe" |
267 ).toString().replace(".exe", | 267 ).toString().replace(".exe", |
268 x86arch ? "-i386.sh" : "-64bit.sh").arg(QString()); | 268 x86arch ? "-i386.sh" : "-amd64.sh").arg(QString()); |
269 | 269 |
270 if (!appendTextSignatureToFile(linuxDir.path() + "/" + candidate, | 270 if (!appendTextSignatureToFile(linuxDir.path() + "/" + candidate, |
271 outDir.path() + "/" + outFileName)) { | 271 outDir.path() + "/" + outFileName)) { |
272 showErrorMessage(tr("Failed to sign linux package: %1").arg(candidate)); | 272 showErrorMessage(tr("Failed to sign linux package: %1").arg(candidate)); |
273 mProgress.close(); | 273 mProgress.close(); |