Skip to content

Commit

Permalink
Reduce warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kenelin committed Aug 28, 2021
1 parent 761ce14 commit 009501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Htc.Vita.Core/Auth/DefaultOAuth2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ protected virtual bool OnOverrideLaunch()
{
Arguments = $"url.dll,FileProtocolHandler \"{_authorizationUrl}\"",
CreateNoWindow = true,
FileName = "rundll32.exe"
FileName = "C:\\Windows\\System32\\rundll32.exe"
};
try
{
Expand Down

0 comments on commit 009501d

Please sign in to comment.