Skip to content

Commit c04da3a

Browse files
committed
Add RISC-V 64-bit runtime support to project config
Included linux-musl-riscv64 and linux-riscv64 in both OutputPath and PublishDir of Flow.Launcher.Plugin.BrowserBookmark.csproj to ensure runtime files for RISC-V 64-bit architectures are available during build and publish.
1 parent 118d6e2 commit c04da3a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 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;

0 commit comments

Comments
 (0)