From 9a2f813ea2901bf046d611af256d39172b61cb23 Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Sun, 31 Aug 2025 15:09:48 +0800
Subject: [PATCH] Keep x86 runtime files
---
Flow.Launcher/Flow.Launcher.csproj | 6 ++----
.../Flow.Launcher.Plugin.BrowserBookmark.csproj | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj
index f40324884..fa23d8886 100644
--- a/Flow.Launcher/Flow.Launcher.csproj
+++ b/Flow.Launcher/Flow.Launcher.csproj
@@ -59,8 +59,7 @@
$(OutputPath)runtimes\osx-arm64;
$(OutputPath)runtimes\osx-x64;
$(OutputPath)runtimes\win-arm;
- $(OutputPath)runtimes\win-arm64;
- $(OutputPath)runtimes\win-x86;"/>
+ $(OutputPath)runtimes\win-arm64;"/>
@@ -83,8 +82,7 @@
$(PublishDir)runtimes\osx-arm64;
$(PublishDir)runtimes\osx-x64;
$(PublishDir)runtimes\win-arm;
- $(PublishDir)runtimes\win-arm64;
- $(PublishDir)runtimes\win-x86;"/>
+ $(PublishDir)runtimes\win-arm64;"/>
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 6e9f37381..901dc2a37 100644
--- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj
+++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj
@@ -56,8 +56,7 @@
$(OutputPath)runtimes\osx-arm64;
$(OutputPath)runtimes\osx-x64;
$(OutputPath)runtimes\win-arm;
- $(OutputPath)runtimes\win-arm64;
- $(OutputPath)runtimes\win-x86;"/>
+ $(OutputPath)runtimes\win-arm64;"/>
@@ -80,8 +79,7 @@
$(PublishDir)runtimes\osx-arm64;
$(PublishDir)runtimes\osx-x64;
$(PublishDir)runtimes\win-arm;
- $(PublishDir)runtimes\win-arm64;
- $(PublishDir)runtimes\win-x86;"/>
+ $(PublishDir)runtimes\win-arm64;"/>