Skip to content

Commit

Permalink
Fix app bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 13, 2024
1 parent c08ec27 commit 4640ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Zen.Desktop.Host/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public static void Main()
{
try
{
Environment.CurrentDirectory = AppDomain.CurrentDomain.BaseDirectory;

using var host = new Infrastructure.Host();

host.Run();
Expand Down

0 comments on commit 4640ff5

Please sign in to comment.