pull/2573/head
Tony 4 months ago
parent 7ec248705b
commit edbae3ed75
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -310,7 +310,8 @@ impl UpdaterBuilder {
I: IntoIterator<Item = S>,
S: Into<OsString>,
{
self.current_exe_args.extend(args.into_iter().map(Into::into));
self.current_exe_args
.extend(args.into_iter().map(Into::into));
self
}
}

Loading…
Cancel
Save