mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
Fix linux build and add increased memory entitlement support
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user