Skip to content

Commit

Permalink
Merge pull request #3 from ix-ax/2-Add_cake_build_script
Browse files Browse the repository at this point in the history
Add cake build script
  • Loading branch information
TomKovac committed Jun 20, 2023
2 parents a70dbe7 + 2bc30c5 commit c939a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tia2axtool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ internal class Program
{
static void Main(string[] args)
{
// This is a workaround to make a .net48 assembly work as dotnet tool
var entry = new FileInfo(Assembly.GetEntryAssembly().Location);
var folder = entry.Directory.FullName;

Expand Down

0 comments on commit c939a23

Please sign in to comment.