Skip to content

Commit

Permalink
updated how applications are checked through the json file. now deals…
Browse files Browse the repository at this point in the history
… with applications which are hidden under complex paths like DuckSeason
  • Loading branch information
CYao committed Apr 5, 2019
1 parent 37417bc commit 3830805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form1.cs
Expand Up @@ -48,7 +48,7 @@ private void btnPatch_Click(object sender, EventArgs e)
{
if (!File.Exists(filename))
{
MessageBox.Show("Install files are missing! Please download again.");
MessageBox.Show("Install files are missing! Please download ViewR Mod Installer again.");
return;
}
}
Expand Down

0 comments on commit 3830805

Please sign in to comment.