diff --git a/src/tools/androiddeployqt/main.cpp b/src/tools/androiddeployqt/main.cpp index 665bcdae272..7ff699b3c69 100644 --- a/src/tools/androiddeployqt/main.cpp +++ b/src/tools/androiddeployqt/main.cpp @@ -609,9 +609,9 @@ Optional arguments: from keystore password.) --sigfile : Name of .SF/.DSA file. --digestalg : Name of digest algorithm. Default is - "SHA1". + "SHA-256". --sigalg : Name of signature algorithm. Default is - "SHA1withRSA". + "SHA256withRSA". --tsa : Location of the Time Stamping Authority. --tsacert : Public key certificate for TSA. --internalsf: Include the .SF file inside the signature block.