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:
parent
886e93c2b4
commit
8d6c6603ed
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user