mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-25 15:16:02 +00:00
NOISSUE fix build
This commit is contained in:
parent
7938585abb
commit
2dc44b3ff5
@ -137,7 +137,7 @@ void CreateShortcutDialog::createShortcut()
|
||||
if (ui->createScriptCheckBox->isChecked())
|
||||
{
|
||||
shortcutText = "#!/bin/sh\n"
|
||||
+ "cd " + QCoreApplication::applicationDirPath() + "\n"
|
||||
"cd " + QCoreApplication::applicationDirPath() + "\n"
|
||||
+ getLaunchCommand() + " &\n";
|
||||
} else
|
||||
// freedesktop.org desktop entry
|
||||
|
Loading…
Reference in New Issue
Block a user