Skip to content

Commit e784c8d

Browse files
authored
Merge pull request #3927 from Flow-Launcher/remove_unused_runtime_files
Remove unused runtime files
2 parents 72b4ff3 + 9a2f813 commit e784c8d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
$(OutputPath)runtimes\maccatalyst-x64;
5858
$(OutputPath)runtimes\osx;
5959
$(OutputPath)runtimes\osx-arm64;
60-
$(OutputPath)runtimes\osx-x64"/>
60+
$(OutputPath)runtimes\osx-x64;
61+
$(OutputPath)runtimes\win-arm;
62+
$(OutputPath)runtimes\win-arm64;"/>
6163
</Target>
6264

6365
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -78,7 +80,9 @@
7880
$(PublishDir)runtimes\maccatalyst-x64;
7981
$(PublishDir)runtimes\osx;
8082
$(PublishDir)runtimes\osx-arm64;
81-
$(PublishDir)runtimes\osx-x64"/>
83+
$(PublishDir)runtimes\osx-x64;
84+
$(PublishDir)runtimes\win-arm;
85+
$(PublishDir)runtimes\win-arm64;"/>
8286
</Target>
8387

8488
<ItemGroup>

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
$(OutputPath)runtimes\maccatalyst-x64;
5555
$(OutputPath)runtimes\osx;
5656
$(OutputPath)runtimes\osx-arm64;
57-
$(OutputPath)runtimes\osx-x64"/>
57+
$(OutputPath)runtimes\osx-x64;
58+
$(OutputPath)runtimes\win-arm;
59+
$(OutputPath)runtimes\win-arm64;"/>
5860
</Target>
5961

6062
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -75,7 +77,9 @@
7577
$(PublishDir)runtimes\maccatalyst-x64;
7678
$(PublishDir)runtimes\osx;
7779
$(PublishDir)runtimes\osx-arm64;
78-
$(PublishDir)runtimes\osx-x64"/>
80+
$(PublishDir)runtimes\osx-x64;
81+
$(PublishDir)runtimes\win-arm;
82+
$(PublishDir)runtimes\win-arm64;"/>
7983
</Target>
8084

8185
<ItemGroup>

0 commit comments

Comments
 (0)