Skip to content

Commit

Permalink
Fix mode name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Aug 17, 2022
1 parent a419fa4 commit 4bcfe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appimagetool_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ bool sign_appimage(char* appimage_filename, char* key_id, bool verbose) {
gpg_check_call(gpgme_data_new(&gpgme_sig_data));

// now, we can sign the data
gpg_check_call(gpgme_op_sign(gpgme_ctx, gpgme_appimage_file_data, gpgme_sig_data, GPGME_SIG_MODE_DETACHED));
gpg_check_call(gpgme_op_sign(gpgme_ctx, gpgme_appimage_file_data, gpgme_sig_data, GPGME_SIG_MODE_DETACH));

gpgme_sign_result_t sign_result = gpgme_op_sign_result(gpgme_ctx);

Expand Down

0 comments on commit 4bcfe23

Please sign in to comment.