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

View File

@ -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)) {

View File

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