mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Use same directory as installer if downloading files
--HG-- branch : develop
This commit is contained in:
parent
f6afed94ef
commit
10c62f1147
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ void COperationDialog::copyInstaller()
|
|||
CFilesCopier copier(this);
|
||||
copier.setIncludeFilter(filter);
|
||||
copier.addFile(oldInstallerFullPath);
|
||||
copier.setSourceDirectory(config->getSrcServerDirectory());
|
||||
copier.setSourceDirectory(config->getSrcServerDirectory().isEmpty() ? QApplication::applicationDirPath():config->getSrcServerDirectory());
|
||||
copier.setDestinationDirectory(config->getInstallationDirectory());
|
||||
copier.exec();
|
||||
|
||||
|
|
Loading…
Reference in a new issue