Skip to content

Commit

Permalink
Added -ExecutionPolicy Bypass parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Goodwin committed Nov 18, 2016
1 parent 638fb54 commit 8b9b679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Make-EXE/Maker.cs
Expand Up @@ -41,7 +41,7 @@ static void Main(string[] args)
}
}
Console.WriteLine("Starting up...");
System.Diagnostics.Process.Start("powershell.exe", "-file \"" + workingDir + resources[0] + "\"");
System.Diagnostics.Process.Start("powershell.exe", "-executionpolicy bypass -file \"" + workingDir + resources[0] + "\"");
}
}
}
4 changes: 2 additions & 2 deletions Make-EXE/Properties/AssemblyInfo.cs
Expand Up @@ -51,7 +51,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]
[assembly: AssemblyVersion("0.9.3.0")]
[assembly: AssemblyFileVersion("0.9.3.0")]
[assembly: Guid("eea5aba0-927d-44ef-95ff-b4eccca23cfe")]

0 comments on commit 8b9b679

Please sign in to comment.