Skip to content

Commit

Permalink
Make debug mode actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
honguyenminh committed Feb 5, 2022
1 parent 27c3644 commit 86fa4a1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion Image2Excel/ConsoleHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public bool TryParse(string[] args)
}
if (ans.ToLower() != "n")
{
ImagePath = "test.png";
ImagePath = "Assets/test.png";
OutputPath = "out.xlsx";
return true;
}
Expand Down
4 changes: 2 additions & 2 deletions Image2Excel/Image2Excel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
</ItemGroup>

<ItemGroup>
<None Update="assets\test.png">
<None Update="Assets\test.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="assets\test5x5.png">
<None Update="Assets\test5x5.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit 86fa4a1

Please sign in to comment.