Skip to content

Commit 988a8cb

Browse files
yobsonTheAssassin
authored andcommitted
Tested on current appimage standard
1 parent 82e54ea commit 988a8cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ int main(int argc,char **argv) {
135135
fprintf(stderr, "Skipping ELF section %s with offset %lu, length %lu\n", segment_key_name, skip_offset_key, skip_length_key);
136136
} else {
137137
fprintf(stderr, "ELF section %s not found, assuming older AppImage Standard\n", segment_key_name);
138-
exit(1);
139138
}
140139
if(skip_offset_sig + skip_length_sig != skip_offset_key && skip_length_key != 0) {
141140
fprintf(stderr, "Validate only worlds when .sha256_sig and .sig_key are next to one another in the ELF\n");

0 commit comments

Comments
 (0)