This commit is contained in:
Jean-Marie Mineau 2025-04-07 15:18:59 +02:00
parent df64ab30c3
commit 615f7a8f52
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -245,7 +245,7 @@ pub fn replace_dex(
.arg("--in")
.arg(aligned_path.as_os_str());
let cmd = if let Some(pwd) = keypassword {
cmd.arg("--ks-pass").arg(format!("pass:${pwd}"))
cmd.arg("--ks-pass").arg(format!("pass:{pwd}"))
} else {
cmd
};