Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored and ComputerElite committed Nov 10, 2023
2 parents 892efa3 + 7ab25bd commit bfe098b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QuestAppVersionSwitcher/CoreService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static void Start()
if (!started)
{
FileManager.CreateDirectoryIfNotExisting(coreVars.QAVSDir);
File.WriteAllText(coreVars.QAVSDir + ".nomedia", "");
Logger.SetLogFile(coreVars.QAVSDir + "qavslog.log");
Logger.Log("\n\n\nQAVS Version: " + version + " starting up...\n\n\n");
ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; });
Expand Down

0 comments on commit bfe098b

Please sign in to comment.