Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: update asset name

+1 -1
+1 -1
.fluentci/plugin/src/lib.rs
··· 17 17 18 18 let os = dag().get_os()?; 19 19 let arch = dag().get_arch()?; 20 - let target = format!("{}-{}", os, arch); 20 + let target = format!("{}-{}", arch, os); 21 21 22 22 if os != "linux" { 23 23 return Ok("Only linux is supported for release".into());