Skip to content

Commit 58c9f8e

Browse files
authored
Make "could not sign, continuing", hopefully closes #940
1 parent e2737b8 commit 58c9f8e

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
@@ -1102,7 +1102,7 @@ main (int argc, char *argv[])
11021102

11031103
if (pclose(fp) != 0) {
11041104
fprintf(stderr, "ERROR: %s command did not succeed, could not sign, continuing\n", using_gpg ? "gpg" : "gpg2");
1105-
return 1;
1105+
return 0;
11061106
}
11071107

11081108
fp = NULL;

0 commit comments

Comments
 (0)