Skip to content

Commit b119bbe

Browse files
committed
Add missing gpg2 flag
According to the man page, the other options are not used unless --batch is passed as well.
1 parent 9095ece commit b119bbe

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
@@ -1201,6 +1201,7 @@ main (int argc, char *argv[])
12011201
g_ptr_array_add(sign_process_argv, "0");
12021202
g_ptr_array_add(sign_process_argv, "--pinentry-mode");
12031203
g_ptr_array_add(sign_process_argv, "loopback");
1204+
g_ptr_array_add(sign_process_argv, "--batch");
12041205
}
12051206

12061207
g_ptr_array_add(sign_process_argv, digestfile);

0 commit comments

Comments
 (0)