From 3906fd46afdca0bada51d93775f2df2fa5c3c31d Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 31 Aug 2025 14:53:38 +0800 Subject: [PATCH] Fix --- Flow.Launcher/Flow.Launcher.csproj | 6 +++--- .../Flow.Launcher.Plugin.BrowserBookmark.csproj | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 9ba570589..f40324884 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -58,9 +58,9 @@ $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; $(OutputPath)runtimes\osx-x64; - $(PublishDir)runtimes\win-arm; - $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86;"/> + $(OutputPath)runtimes\win-arm; + $(OutputPath)runtimes\win-arm64; + $(OutputPath)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 04478a008..6e9f37381 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj @@ -55,9 +55,9 @@ $(OutputPath)runtimes\osx; $(OutputPath)runtimes\osx-arm64; $(OutputPath)runtimes\osx-x64; - $(PublishDir)runtimes\win-arm; - $(PublishDir)runtimes\win-arm64; - $(PublishDir)runtimes\win-x86;"/> + $(OutputPath)runtimes\win-arm; + $(OutputPath)runtimes\win-arm64; + $(OutputPath)runtimes\win-x86;"/>