mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 10:44:33 +00:00
fix tests
This commit is contained in:
parent
e1f72f739f
commit
32325ed82a
@ -200,11 +200,11 @@ bool iDistribution::collectInfo(const DistroModule& pkg,
|
||||
if (!pkg.installDirDEB().isEmpty())
|
||||
info.InstallDirDEB = pkg.installDirDEB();
|
||||
|
||||
info.debOut = cfg->getTargetDir() + "/" + info.Name + ".deb";
|
||||
info.debOut = info.Name + ".deb";
|
||||
if (!pkg.debOut().isEmpty())
|
||||
info.debOut = pkg.debOut();
|
||||
|
||||
info.zipOut = cfg->getTargetDir() + "/" + info.Name + ".zip";
|
||||
info.zipOut = info.Name + ".zip";
|
||||
if (!pkg.zipOut().isEmpty())
|
||||
info.zipOut = pkg.zipOut();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user