NOISSUE shortcut creation: add option to create launch scripts

This allows shortcuts to be created on Macs (which don't have a concept of desktop shortcuts) as well as Linux systems that don't support the desktop file specification. Also included a windows batch file implementation.
This commit is contained in:
arthomnix
2022-07-03 09:52:56 +01:00
parent 645bc3f445
commit 6a3ff58c8c
4 changed files with 104 additions and 71 deletions

View File

@@ -141,9 +141,7 @@ private slots:
void on_actionScreenshots_triggered();
#if defined(Q_OS_LINUX)
void on_actionCreateShortcut_triggered();
#endif
void taskEnd();