Skip to content

Commit 6f6836f

Browse files
committed
Notify user when using APPIMAGETOOL_SIGN_PASSPHRASE
1 parent 3b5a839 commit 6f6836f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/appimagetool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,7 @@ main (int argc, char *argv[])
11971197
}
11981198

11991199
if (sign_passphrase) {
1200+
fprintf(stderr, "Signing using passphrase from environment variable\n");
12001201
g_ptr_array_add(sign_process_argv, "--passphrase-fd");
12011202
g_ptr_array_add(sign_process_argv, "0");
12021203
g_ptr_array_add(sign_process_argv, "--pinentry-mode");

0 commit comments

Comments
 (0)