We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e0b67 commit 5bec95bCopy full SHA for 5bec95b
src/appimagetool.c
@@ -967,7 +967,8 @@ main (int argc, char *argv[])
967
if(!g_str_has_prefix(updateinformation,"zsync|"))
968
if(!g_str_has_prefix(updateinformation,"bintray-zsync|"))
969
if(!g_str_has_prefix(updateinformation,"gh-releases-zsync|"))
970
- die("The provided updateinformation is not in a recognized format");
+ if(!g_str_has_prefix(updateinformation,"pling-v1-zsync|"))
971
+ die("The provided updateinformation is not in a recognized format");
972
973
gchar **ui_type = g_strsplit_set(updateinformation, "|", -1);
974
0 commit comments