Commit 176e8382 authored by boklm's avatar boklm Committed by Richard Pospesel
Browse files

Bug 40851: in do-all-signing, don't ask android password for mullvadbrowser

parent dccd3115
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -17,9 +17,12 @@ echo
test -f "$steps_dir/linux-signer-signmars.done" ||
  read -sp "Enter nssdb7 (mar signing) passphrase: " NSSPASS
echo

if is_project torbrowser; then
  test -f "$steps_dir/linux-signer-sign-android-apks.done" ||
    read -sp "Enter android apk signing password ($tbb_version_type): " KSPASS
  echo
fi
test -f "$steps_dir/linux-signer-authenticode-signing.done" ||
  read -sp "Enter windows authenticode passphrase: " YUBIPASS
echo