فهرست منبع

Experiment: NativeLibrary.Load

Marcin Ziąbek 10 ماه پیش
والد
کامیت
956da8463a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      Source/QuestPDF/Helpers/NativeDependencyProvider.cs

+ 0 - 1
Source/QuestPDF/Helpers/NativeDependencyProvider.cs

@@ -40,7 +40,6 @@ internal static class NativeDependencyProvider
             NativeLibrary.Load(nativeFilePath);
 #endif
             
-            NativeLibrary.Load(nativeFilePath);
             var targetPath = Path.Combine(targetDirectory, Path.GetFileName(nativeFilePath));
             Console.WriteLine($"Copying native file: {nativeFilePath}; to: {targetPath}");
             CopyFileIfNewer(nativeFilePath, targetPath);