4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-08 23:49:34 +00:00

monual tests is passed

This commit is contained in:
Andrei Yankovich 2021-09-14 09:44:18 +03:00
parent 886e93c2b4
commit 8d6c6603ed
2 changed files with 1 additions and 2 deletions
Deploy/Distributions
UnitTests

@ -298,7 +298,7 @@ bool iDistribution::deployIcon(const DistroModule& pkg) {
QFileInfo iconInfo(icon);
QFileInfo runScript(targetObject.getRunScriptFile());
QString dist = localData + "/icons/" + runScript.baseName() + "/" + iconInfo.suffix();
QString dist = localData + "/icons/" + runScript.baseName() + "." + iconInfo.suffix();
if (!copyFile(icon, dist, true)) {

@ -1315,7 +1315,6 @@ void deploytest::testIcons() {
delete deploy;
}
void deploytest::testPathUtils() {