mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
feat.PLONDS在线安装器继续优化
This commit is contained in:
@@ -13,7 +13,6 @@ internal static class NativeDependencyBootstrapper
|
||||
|
||||
private static readonly string[] NativeLibraryNames =
|
||||
[
|
||||
"av_libglesv2.dll",
|
||||
"libHarfBuzzSharp.dll",
|
||||
"libSkiaSharp.dll"
|
||||
];
|
||||
@@ -47,7 +46,7 @@ internal static class NativeDependencyBootstrapper
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine($"[NativeDependencyBootstrapper] Failed to prepare native dependencies: {ex}");
|
||||
InstallerStartupDiagnostics.Log($"Native dependency preparation failed: {ex}");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user