We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5a839 commit 6f6836fCopy full SHA for 6f6836f
src/appimagetool.c
@@ -1197,6 +1197,7 @@ main (int argc, char *argv[])
1197
}
1198
1199
if (sign_passphrase) {
1200
+ fprintf(stderr, "Signing using passphrase from environment variable\n");
1201
g_ptr_array_add(sign_process_argv, "--passphrase-fd");
1202
g_ptr_array_add(sign_process_argv, "0");
1203
g_ptr_array_add(sign_process_argv, "--pinentry-mode");
0 commit comments