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