tweak installer to suggest common fix for file permission issues

This commit is contained in:
Jesse Plamondon-Willard 2017-04-23 00:03:12 -04:00
parent 8b6509731b
commit 7f8d738e86
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ namespace StardewModdingApi.Installer
catch (Exception ex)
{
this.PrintError($"Oops! The installer couldn't delete {path}: [{ex.GetType().Name}] {ex.Message}.");
this.PrintError("Please delete it yourself, then press any key to retry.");
this.PrintError("Try rebooting your computer and then run the installer again. If that doesn't work, try deleting it yourself then press any key to retry.");
Console.ReadKey();
}
}