Skip to content

Commit 5ee7b86

Browse files
authored
Merge branch 'master' into fix-segfault
2 parents 428d63d + 58c9f8e commit 5ee7b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appimagetool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ main (int argc, char *argv[])
11211121

11221122
if (pclose(fp) != 0) {
11231123
fprintf(stderr, "ERROR: %s command did not succeed, could not sign, continuing\n", using_gpg ? "gpg" : "gpg2");
1124-
return 1;
1124+
return 0;
11251125
}
11261126

11271127
fp = NULL;

0 commit comments

Comments
 (0)