From c46a52d1caf7016978c051435e5b635f7a87f11c Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 22 Feb 2026 21:22:17 +0800 Subject: [PATCH] Remove SkiaSharp .pdb files after build and publish Added MSBuild targets to delete unnecessary SkiaSharp .pdb files from output and publish directories after build and publish steps, reducing artifact size. --- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj index dae14092a..9e57690d8 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -87,6 +87,20 @@ $(PublishDir)runtimes\win-arm64;"/> + + + + + + + + + + + + + + PreserveNewest @@ -114,4 +128,4 @@ - + \ No newline at end of file