We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a506c commit f399393Copy full SHA for f399393
1 file changed
isideload/src/sideload/sideloader.rs
@@ -196,6 +196,7 @@ impl Sideloader {
196
&team,
197
progress_callback,
198
)
199
+ .await
200
.context("Failed to sign app")?;
201
202
info!("App signed!");
0 commit comments