Skip to content

Commit 9a2f813

Browse files
committed
Keep x86 runtime files
1 parent 3906fd4 commit 9a2f813

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
$(OutputPath)runtimes\osx-arm64;
6060
$(OutputPath)runtimes\osx-x64;
6161
$(OutputPath)runtimes\win-arm;
62-
$(OutputPath)runtimes\win-arm64;
63-
$(OutputPath)runtimes\win-x86;"/>
62+
$(OutputPath)runtimes\win-arm64;"/>
6463
</Target>
6564

6665
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -83,8 +82,7 @@
8382
$(PublishDir)runtimes\osx-arm64;
8483
$(PublishDir)runtimes\osx-x64;
8584
$(PublishDir)runtimes\win-arm;
86-
$(PublishDir)runtimes\win-arm64;
87-
$(PublishDir)runtimes\win-x86;"/>
85+
$(PublishDir)runtimes\win-arm64;"/>
8886
</Target>
8987

9088
<ItemGroup>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
$(OutputPath)runtimes\osx-arm64;
5757
$(OutputPath)runtimes\osx-x64;
5858
$(OutputPath)runtimes\win-arm;
59-
$(OutputPath)runtimes\win-arm64;
60-
$(OutputPath)runtimes\win-x86;"/>
59+
$(OutputPath)runtimes\win-arm64;"/>
6160
</Target>
6261

6362
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -80,8 +79,7 @@
8079
$(PublishDir)runtimes\osx-arm64;
8180
$(PublishDir)runtimes\osx-x64;
8281
$(PublishDir)runtimes\win-arm;
83-
$(PublishDir)runtimes\win-arm64;
84-
$(PublishDir)runtimes\win-x86;"/>
82+
$(PublishDir)runtimes\win-arm64;"/>
8583
</Target>
8684

8785
<ItemGroup>

0 commit comments

Comments
 (0)