We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a3f3 commit 44577e2Copy full SHA for 44577e2
src/Packages/Passport/Runtime/Scripts/Private/Helpers/WindowsDeepLink.cs
@@ -259,7 +259,6 @@ private static void RegisterProtocol(string protocolName)
259
260
// Set command to launch the script with the URI parameter
261
var scriptLocation = GetGameExecutablePath(".cmd");
262
- //string command = $"cmd.exe /c \"\"{scriptLocation}\" \"%1\"\"";
263
string command = $"\"{scriptLocation}\" \"%1\"";
264
uint commandSize = (uint)((command.Length + 1) * 2);
265
0 commit comments