Update qetdiagrameditor.cpp

This commit is contained in:
Laurent Trinques 2024-10-06 06:18:48 +02:00 committed by GitHub
parent 625e673385
commit 566e7f7004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2363,7 +2363,7 @@ void QETDiagramEditor::generateTerminalBlock()
success = process->startDetached("qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
}
else {
success = process->startDetached(QDir::homePath() + "/Application Data/qet/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
success = process->startDetached(QDir::homePath() + "/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
}