Reduce app ID hardcoding
And rename the relevant build variable to make more sense Signed-off-by: Echo J <tcg96nougat@gmail.com>
This commit is contained in:
parent
ffdf1f746e
commit
14ab4055ff
9 changed files with 40 additions and 34 deletions
|
@ -1587,7 +1587,7 @@ void MainWindow::on_actionCreateInstanceShortcut_triggered()
|
|||
if (desktopFilePath.isEmpty())
|
||||
return; // file dialog canceled by user
|
||||
appPath = "flatpak";
|
||||
args.append({ "run", BuildConfig.LAUNCHER_DESKTOPFILENAME });
|
||||
args.append({ "run", BuildConfig.LAUNCHER_APPID });
|
||||
}
|
||||
|
||||
#elif defined(Q_OS_WIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue