Correcting the behavior of sign in case of batch builds.

Emiliano Vavassori 2024-03-09 18:18:44 +01:00
parent 22a87e131c
commit d5c29f0879
1 changed files with 3 additions and 3 deletions

@ -112,9 +112,9 @@ When releasing an AppImage, the developer can choose to sign the AppImage with
his own GPG signature.
`loaih` can obviously sign your AppImage using your default GPG key, however
it **does not** do it by default with the `build` verb (we assume not everyone
would have the necessity to sign the AppImage, nor everyone possesses a valid
GPG key). With the `batch` verb it does by default, instead.
it **does not** do it by default with both the `build` or the `batch` verbs:
we assume not everyone would have the necessity to sign the AppImage, nor
everyone possesses a valid GPG key.
If you want to sign your AppImage with your default GPG key, be sure to add
the option `--sign` (or in short `-s`).