Skip to content

Commit 20df025

Browse files
Jack251970TBM13
authored andcommitted
Merge pull request Flow-Launcher#3927 from Flow-Launcher/remove_unused_runtime_files
Remove unused runtime files
1 parent 41f41ff commit 20df025

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Flow.Launcher/Flow.Launcher.csproj

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

6163
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -76,7 +78,9 @@
7678
$(PublishDir)runtimes\maccatalyst-x64;
7779
$(PublishDir)runtimes\osx;
7880
$(PublishDir)runtimes\osx-arm64;
79-
$(PublishDir)runtimes\osx-x64"/>
81+
$(PublishDir)runtimes\osx-x64;
82+
$(PublishDir)runtimes\win-arm;
83+
$(PublishDir)runtimes\win-arm64;"/>
8084
</Target>
8185

8286
<ItemGroup>

0 commit comments

Comments
 (0)