feat.PLONDS在线安装器继续优化

This commit is contained in:
lincube
2026-06-09 22:18:27 +08:00
parent 2768b76e1e
commit 13895e0f43
16 changed files with 287 additions and 120 deletions

View File

@@ -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;
}
}