From 2e2d7fe51507777c790681b4036e7f9ec9c8676e Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 31 Aug 2025 14:45:40 +0800 Subject: [PATCH] Test --- Flow.Launcher/Flow.Launcher.csproj | 10 ++++++++-- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index fe84b5e1e..9ba570589 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -57,7 +57,10 @@ $(OutputPath)runtimes\maccatalyst-x64; $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; - $(OutputPath)runtimes\osx-x64"/> + $(OutputPath)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86;"/> @@ -78,7 +81,10 @@ $(PublishDir)runtimes\maccatalyst-x64; $(PublishDir)runtimes\osx; $(PublishDir)runtimes\osx-arm64; - $(PublishDir)runtimes\osx-x64"/> + $(PublishDir)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86;"/> 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 7d3cf164c..7df927f6e 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -54,7 +54,10 @@ $(OutputPath)runtimes\maccatalyst-x64; $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; - $(OutputPath)runtimes\osx-x64"/> + $(OutputPath)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86"/> @@ -75,7 +78,10 @@ $(PublishDir)runtimes\maccatalyst-x64; $(PublishDir)runtimes\osx; $(PublishDir)runtimes\osx-arm64; - $(PublishDir)runtimes\osx-x64"/> + $(PublishDir)runtimes\osx-x64; + $(PublishDir)runtimes\win-arm; + $(PublishDir)runtimes\win-arm64; + $(PublishDir)runtimes\win-x86"/>