Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
AndroidSignAndAlignParams
Record Fields
Record Field | Description |
JarsignerPath
Signature: string
|
Path to jarsigner tool, defaults to assuming it is in your path |
KeystoreAlias
Signature: string
|
(Required) Alias for keystore |
KeystorePassword
Signature: string
|
(Required) Password for keystore |
KeystorePath
Signature: string
|
(Required) Path to keystore used to sign the app |
MessageDigestAlgorithm
Signature: string
|
Specifies the name of the message digest algorithm to use when digesting the entries of a JAR file. |
SignatureAlgorithm
Signature: string
|
Specifies the name of the signature algorithm to use to sign the JAR file. |
ZipalignPath
Signature: string
|
Path to zipalign tool, defaults to assuming it is in your path |