Skip to content

Commit 8f88998

Browse files
committed
Remove more unnecessary runtimes
1 parent 5353d8b commit 8f88998

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@
4545
$(OutputPath)runtimes\linux-musl-arm;
4646
$(OutputPath)runtimes\linux-musl-arm64;
4747
$(OutputPath)runtimes\linux-musl-x64;
48+
$(OutputPath)runtimes\linux-musl-s390x;
4849
$(OutputPath)runtimes\linux-ppc64le;
4950
$(OutputPath)runtimes\linux-s390x;
5051
$(OutputPath)runtimes\linux-x64;
5152
$(OutputPath)runtimes\linux-x86;
5253
$(OutputPath)runtimes\maccatalyst-arm64;
5354
$(OutputPath)runtimes\maccatalyst-x64;
55+
$(OutputPath)runtimes\osx;
5456
$(OutputPath)runtimes\osx-arm64;
5557
$(OutputPath)runtimes\osx-x64"/>
5658
</Target>
@@ -64,12 +66,14 @@
6466
$(PublishDir)runtimes\linux-musl-arm;
6567
$(PublishDir)runtimes\linux-musl-arm64;
6668
$(PublishDir)runtimes\linux-musl-x64;
69+
$(PublishDir)runtimes\linux-musl-s390x;
6770
$(PublishDir)runtimes\linux-ppc64le;
6871
$(PublishDir)runtimes\linux-s390x;
6972
$(PublishDir)runtimes\linux-x64;
7073
$(PublishDir)runtimes\linux-x86;
7174
$(PublishDir)runtimes\maccatalyst-arm64;
7275
$(PublishDir)runtimes\maccatalyst-x64;
76+
$(PublishDir)runtimes\osx;
7377
$(PublishDir)runtimes\osx-arm64;
7478
$(PublishDir)runtimes\osx-x64"/>
7579
</Target>

0 commit comments

Comments
 (0)