chore: add appid for sign

This commit is contained in:
2021-07-02 00:28:45 +08:00
parent 6a66c3a5a6
commit c6ee7ab43a

View File

@@ -74,6 +74,7 @@ impl Command for CommandImpl {
}); });
information!("Start sign..."); information!("Start sign...");
information!("App id: {}", app_id);
if let Err(e) = manager.sign( if let Err(e) = manager.sign(
flags, flags,
timeout_ms, timeout_ms,