Fixes reqwest client setup, #87 (#107)

This commit is contained in:
DecDuck
2025-08-04 15:01:44 +10:00
committed by GitHub
parent 94c49bc5c2
commit f26b4e18dd
6 changed files with 185 additions and 22 deletions
@@ -88,6 +88,7 @@ impl ProcessHandler for AsahiMuvmLauncher {
}
#[allow(unreachable_code)]
#[allow(unused_variables)]
fn valid_for_platform(&self, _db: &Database, state: &AppState, _target: &Platform) -> bool {
#[cfg(not(target_os = "linux"))]
return false;