NOISSUE fix build

This commit is contained in:
arthomnix 2022-07-03 16:21:21 +01:00
parent 7938585abb
commit 2dc44b3ff5

View File

@ -137,7 +137,7 @@ void CreateShortcutDialog::createShortcut()
if (ui->createScriptCheckBox->isChecked()) if (ui->createScriptCheckBox->isChecked())
{ {
shortcutText = "#!/bin/sh\n" shortcutText = "#!/bin/sh\n"
+ "cd " + QCoreApplication::applicationDirPath() + "\n" "cd " + QCoreApplication::applicationDirPath() + "\n"
+ getLaunchCommand() + " &\n"; + getLaunchCommand() + " &\n";
} else } else
// freedesktop.org desktop entry // freedesktop.org desktop entry