Browse Source

Fixed build

Marcin Ziąbek 1 year ago
parent
commit
ca139b95a1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/QuestPDF/Helpers/Helpers.cs

+ 2 - 0
Source/QuestPDF/Helpers/Helpers.cs

@@ -110,5 +110,7 @@ namespace QuestPDF.Helpers
             process.Start();
             process.Start();
             process.WaitForExit();
             process.WaitForExit();
         }
         }
+        
+        internal static string ApplicationFilesPath => AppDomain.CurrentDomain.RelativeSearchPath ?? AppDomain.CurrentDomain.BaseDirectory;
     }
     }
 }
 }