Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Fix to LoaderCommandline
Browse files Browse the repository at this point in the history
Now generates the 'path' file, when assuming default location, instead
of just using it.
  • Loading branch information
Skeen committed Mar 17, 2014
1 parent f024cbf commit 5c3a063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/LoaderCommandline/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ private static string set_path(string hearthstone_path)
bool executable_found = File.Exists(hearthstone_executable);
if(executable_found)
{
// Write the file, and return the string
File.WriteAllText("injector/path", path);
return path;
}
else
Expand Down

0 comments on commit 5c3a063

Please sign in to comment.