On the crash dialog, show the directory of the client

This commit is contained in:
UnknownShadow200 2017-10-01 00:51:53 +10:00
parent fa7d6d6b20
commit ee7fe69d40

View File

@ -68,7 +68,7 @@ namespace ClassicalSharp {
string line1 = "ClassicalSharp crashed.";
if (wroteToCrashLog) {
line1 += " The cause of the crash has been logged to \"" + fileName + "\" in the client directory.";
line1 += " The cause has been logged to \"" + fileName + "\" in " + Program.AppDirectory;
}
string line2 = "Please report the crash to github.com/UnknownShadow200/ClassicalSharp/issues so we can fix it.";
if (!wroteToCrashLog) {