Skip to content

Commit

Permalink
fixed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyOldWizard committed Aug 20, 2019
1 parent 442fc33 commit 9675fa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HandBrakeRenderer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ public static void MissingItems()
Console.WriteLine("Press any key to exit");
Console.ReadKey();
System.Environment.Exit(1);

}
if(!File.Exists(statusLog))
{
statusLog = (RootFolder + "\\" + "RenderStatus.txt");
Console.WriteLine("Can't access specified file path for the Status Log! - Using " + statusLog);
}
}

Expand Down
Binary file modified HandBrakeRenderer/bin/Debug/HandBrakeRenderer.exe
Binary file not shown.

0 comments on commit 9675fa6

Please sign in to comment.