mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-11 17:09:36 +00:00
monual tests is passed
This commit is contained in:
parent
886e93c2b4
commit
8d6c6603ed
@ -298,7 +298,7 @@ bool iDistribution::deployIcon(const DistroModule& pkg) {
|
|||||||
QFileInfo iconInfo(icon);
|
QFileInfo iconInfo(icon);
|
||||||
QFileInfo runScript(targetObject.getRunScriptFile());
|
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)) {
|
if (!copyFile(icon, dist, true)) {
|
||||||
|
|
||||||
|
@ -1315,7 +1315,6 @@ void deploytest::testIcons() {
|
|||||||
|
|
||||||
|
|
||||||
delete deploy;
|
delete deploy;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void deploytest::testPathUtils() {
|
void deploytest::testPathUtils() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user