We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a833f commit a224dedCopy full SHA for a224ded
1 file changed
Oculus Downgrader/Program.cs
@@ -43,7 +43,7 @@ static void Main(string[] args)
43
{
44
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
45
SetupExceptionHandlers();
46
- DowngradeManager.updater = new Updater("1.11.49", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
+ DowngradeManager.updater = new Updater("1.11.50", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
47
Logger.LogRaw("\n\n");
48
Logger.Log("Starting Oculus Downgrader version " + DowngradeManager.updater.version);
49
if (args.Length == 1 && args[0] == "--update")
0 commit comments