mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
NOISSUE shortcut creation: set working directory in other shortcut types
This commit is contained in:
@@ -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
|
||||
};
|
Reference in New Issue
Block a user