Skip to content

Commit 90704a0

Browse files
committed
Drop obsolete --sign-args
1 parent 4bcfe23 commit 90704a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/appimagetool.c

-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ gchar *sqfs_comp = "gzip";
8989
gchar **sqfs_opts = NULL;
9090
gchar *exclude_file = NULL;
9191
gchar *runtime_file = NULL;
92-
gchar *sign_args = NULL;
9392
gchar *sign_key = NULL;
9493
gchar *pathToMksquashfs = NULL;
9594

@@ -522,7 +521,6 @@ static GOptionEntry entries[] =
522521
{ "exclude-file", 0, 0, G_OPTION_ARG_STRING, &exclude_file, _exclude_file_desc, NULL },
523522
{ "runtime-file", 0, 0, G_OPTION_ARG_STRING, &runtime_file, "Runtime file to use", NULL },
524523
{ "sign-key", 0, 0, G_OPTION_ARG_STRING, &sign_key, "Key ID to use for gpg[2] signatures", NULL},
525-
{ "sign-args", 0, 0, G_OPTION_ARG_STRING, &sign_args, "Extra arguments to use when signing with gpg[2]", NULL},
526524
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &remaining_args, NULL, NULL },
527525
{ 0,0,0,0,0,0,0 }
528526
};

0 commit comments

Comments
 (0)