diff options
author | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2022-11-13 19:50:27 +0200 |
---|---|---|
committer | ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com> | 2022-11-13 19:50:27 +0200 |
commit | acd50969e0fcb172cf5f62e5ced4d10c6a9cbbe6 (patch) | |
tree | 0d3ef90d34c034d82e19e7dc302c24ee1671675e /launcher | |
parent | c4cfec1e94d1665dc3c1ccd44966a34f349698ea (diff) | |
download | PrismLauncher-acd50969e0fcb172cf5f62e5ced4d10c6a9cbbe6.tar.gz PrismLauncher-acd50969e0fcb172cf5f62e5ced4d10c6a9cbbe6.tar.bz2 PrismLauncher-acd50969e0fcb172cf5f62e5ced4d10c6a9cbbe6.zip |
Linux: remove TryExec entry from .desktop files
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/FileSystem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/FileSystem.cpp b/launcher/FileSystem.cpp index e1059ca9..9d911fa0 100644 --- a/launcher/FileSystem.cpp +++ b/launcher/FileSystem.cpp @@ -382,7 +382,6 @@ bool createShortcut(QString destination, QString target, QStringList args, QStri << "\n"; stream << "Type=Application" << "\n"; - stream << "TryExec=\"" << target.toLocal8Bit() << "\"\n"; stream << "Exec=\"" << target.toLocal8Bit() << "\"" << argstring.toLocal8Bit() << "\n"; stream << "Name=" << name.toLocal8Bit() << "\n"; if (!icon.isEmpty()) |