Skip to content

Commit c48a55c

Browse files
ComputerEliteComputerElite
authored andcommitted
add note that it's edge
1 parent f2c4759 commit c48a55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ static void Main(string[] args)
4343
{
4444
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
4545
SetupExceptionHandlers();
46-
DowngradeManager.updater = new Updater("1.11.18", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus downgrader", Assembly.GetExecutingAssembly().Location);
46+
DowngradeManager.updater = new Updater("1.11.19", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus downgrader", Assembly.GetExecutingAssembly().Location);
4747
Logger.LogRaw("\n\n");
4848
Logger.Log("Starting Oculus downgrader version " + DowngradeManager.updater.version);
4949
if (args.Length == 1 && args[0] == "--update")
@@ -455,7 +455,7 @@ public string LoginWithFacebook()
455455
if (s == "") return "";
456456
Logger.Log("Starting login via Facebook");
457457
Console.ForegroundColor = ConsoleColor.Yellow;
458-
Console.WriteLine("Please log into your oculus/facebook account and accept the cookies in the browser that will open. After you logged in you are logged in on Oculus Downgrader as well.");
458+
Console.WriteLine("Please log into your oculus/facebook account and accept the cookies in edge, which will open. After you logged in you are logged in on Oculus Downgrader as well.");
459459
Console.ForegroundColor = ConsoleColor.Green;
460460
Console.WriteLine("\n\nPress any key to continue...");
461461
Console.ReadKey();

0 commit comments

Comments
 (0)