Skip to content

Commit

Permalink
Closes #243 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol authored Apr 23, 2021
1 parent 501c67e commit 7e79385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static string GetVersionString()
static string Run(string arguments)
{
using (var process = new System.Diagnostics.Process()) {
string workingDirectory = Application.dataPath;
string workingDirectory = UnityEngine.Application.dataPath;

int exitCode = process.Run(application, arguments, workingDirectory, out string output, out string errors);
if (exitCode != 0) { throw new GitException(exitCode, errors); }
Expand Down

0 comments on commit 7e79385

Please sign in to comment.