Skip to content

Commit 727aac4

Browse files
authored
Merge pull request #4278 from Flow-Launcher/SkiaSharp_runtimes
Remove Skia sharp unnecessary runtimes from packages
2 parents 118d6e2 + 9e66f71 commit 727aac4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
$(OutputPath)runtimes\linux-s390x;
5252
$(OutputPath)runtimes\linux-x64;
5353
$(OutputPath)runtimes\linux-x86;
54+
$(OutputPath)runtimes\linux-musl-riscv64;
55+
$(OutputPath)runtimes\linux-riscv64;
5456
$(OutputPath)runtimes\maccatalyst-arm64;
5557
$(OutputPath)runtimes\maccatalyst-x64;
5658
$(OutputPath)runtimes\osx;
@@ -74,6 +76,8 @@
7476
$(PublishDir)runtimes\linux-s390x;
7577
$(PublishDir)runtimes\linux-x64;
7678
$(PublishDir)runtimes\linux-x86;
79+
$(PublishDir)runtimes\linux-musl-riscv64;
80+
$(PublishDir)runtimes\linux-riscv64;
7781
$(PublishDir)runtimes\maccatalyst-arm64;
7882
$(PublishDir)runtimes\maccatalyst-x64;
7983
$(PublishDir)runtimes\osx;
@@ -107,7 +111,7 @@
107111
<PackageReference Include="Flow.Launcher.Localization" Version="0.0.6" />
108112
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" />
109113
<PackageReference Include="Svg.Skia" Version="3.4.1" />
110-
<PackageReference Include="SkiaSharp" Version="3.119.2" />
114+
<PackageReference Include="SkiaSharp" Version="3.119.1" />
111115
</ItemGroup>
112116

113-
</Project>
117+
</Project>

0 commit comments

Comments
 (0)