NOISSUE shortcut creation: set working directory in other shortcut types

This commit is contained in:
arthomnix
2022-07-03 14:00:55 +01:00
parent 7217e3991a
commit 75b8765604
2 changed files with 9 additions and 3 deletions

View File

@@ -44,6 +44,6 @@ private:
void createShortcut();
#ifdef Q_OS_WIN
void createWindowsLink(LPCSTR target, LPCSTR args, LPCSTR filename, LPCSTR desc, LPCSTR iconPath);
void createWindowsLink(LPCSTR target, LPCSTR workingDir, LPCSTR args, LPCSTR filename, LPCSTR desc, LPCSTR iconPath);
#endif
};