mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #412 launch swiftcorectrl instead of swiftcore
This commit is contained in:
@@ -102,7 +102,7 @@ void CIntroWindow::buttonClicked() const
|
||||
{
|
||||
//! \todo make fully OS independent
|
||||
QString sfx = QFileInfo(QCoreApplication::applicationFilePath()).suffix();
|
||||
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcore." + sfx);
|
||||
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcorectrl." + sfx);
|
||||
QProcess::startDetached(core);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user