mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Fix Shortcut
This commit is contained in:
parent
d7d28aa8da
commit
2226ca1bb2
@ -451,7 +451,7 @@ private:
|
|||||||
pShellLink->SetWorkingDirectory((LPCWSTR)QFileInfo(exePath).absolutePath().utf16());
|
pShellLink->SetWorkingDirectory((LPCWSTR)QFileInfo(exePath).absolutePath().utf16());
|
||||||
|
|
||||||
// Set arguments, eboot.bin file location
|
// Set arguments, eboot.bin file location
|
||||||
QString arguments = QString("\"%1\"").arg(targetPath);
|
QString arguments = QString("-g \"%1\"").arg(targetPath);
|
||||||
pShellLink->SetArguments((LPCWSTR)arguments.utf16());
|
pShellLink->SetArguments((LPCWSTR)arguments.utf16());
|
||||||
|
|
||||||
// Set the icon for the shortcut
|
// Set the icon for the shortcut
|
||||||
|
Loading…
Reference in New Issue
Block a user