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:
parent
716acfab6d
commit
4f707ff408
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user