4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-09 16:09:37 +00:00

Update metafilemanager.cpp

This commit is contained in:
ahndee 2020-06-30 08:50:26 -07:00 committed by GitHub
parent 716acfab6d
commit 4f707ff408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ bool MetaFileManager::createRunScriptLinux(const QString &target) {
"platforms:$QT_QPA_PLATFORM_PLUGIN_PATH\n"
"%2"
"%3\n"
"\"$BASE_DIR" + distro.getBinOutDir() + "%1\" \"$@\"";
"\"$BASE_DIR" + distro.getBinOutDir() + "%1\" \"$@\"\n";
content = content.arg(QFileInfo(target).fileName());
int ld_index = DeployCore::find("ld-linux", _fileManager->getDeployedFilesStringList());