mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
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.
This commit is contained in:
parent
118d6e2a73
commit
c04da3ab83
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,8 @@
|
||||||
$(OutputPath)runtimes\linux-s390x;
|
$(OutputPath)runtimes\linux-s390x;
|
||||||
$(OutputPath)runtimes\linux-x64;
|
$(OutputPath)runtimes\linux-x64;
|
||||||
$(OutputPath)runtimes\linux-x86;
|
$(OutputPath)runtimes\linux-x86;
|
||||||
|
$(OutputPath)runtimes\linux-musl-riscv64;
|
||||||
|
$(OutputPath)runtimes\linux-riscv64;
|
||||||
$(OutputPath)runtimes\maccatalyst-arm64;
|
$(OutputPath)runtimes\maccatalyst-arm64;
|
||||||
$(OutputPath)runtimes\maccatalyst-x64;
|
$(OutputPath)runtimes\maccatalyst-x64;
|
||||||
$(OutputPath)runtimes\osx;
|
$(OutputPath)runtimes\osx;
|
||||||
|
|
@ -74,6 +76,8 @@
|
||||||
$(PublishDir)runtimes\linux-s390x;
|
$(PublishDir)runtimes\linux-s390x;
|
||||||
$(PublishDir)runtimes\linux-x64;
|
$(PublishDir)runtimes\linux-x64;
|
||||||
$(PublishDir)runtimes\linux-x86;
|
$(PublishDir)runtimes\linux-x86;
|
||||||
|
$(PublishDir)runtimes\linux-musl-riscv64;
|
||||||
|
$(PublishDir)runtimes\linux-riscv64;
|
||||||
$(PublishDir)runtimes\maccatalyst-arm64;
|
$(PublishDir)runtimes\maccatalyst-arm64;
|
||||||
$(PublishDir)runtimes\maccatalyst-x64;
|
$(PublishDir)runtimes\maccatalyst-x64;
|
||||||
$(PublishDir)runtimes\osx;
|
$(PublishDir)runtimes\osx;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue