Fix linux build and add increased memory entitlement support

This commit is contained in:
nab138
2026-02-14 13:11:47 -05:00
parent 4c4a5d0051
commit ccc8a685bf
7 changed files with 86 additions and 12 deletions

View File

@@ -132,7 +132,7 @@ async fn main() {
.machine_name("isideload-minimal".to_string())
.build();
let result = sideloader.install_app(&provider, app_path).await;
let result = sideloader.install_app(&provider, app_path, true).await;
match result {
Ok(_) => println!("App installed successfully"),
Err(e) => panic!("Failed to install app: {:?}", e),