Skip to content

Commit a2d9cfc

Browse files
authored
Merge pull request AppImage#1153 from AppImage/feat/support_ocs_update_information/1152
feat: Allow pling.com as update source
2 parents c9e0b67 + 5bec95b commit a2d9cfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/appimagetool.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,8 @@ main (int argc, char *argv[])
967967
if(!g_str_has_prefix(updateinformation,"zsync|"))
968968
if(!g_str_has_prefix(updateinformation,"bintray-zsync|"))
969969
if(!g_str_has_prefix(updateinformation,"gh-releases-zsync|"))
970-
die("The provided updateinformation is not in a recognized format");
970+
if(!g_str_has_prefix(updateinformation,"pling-v1-zsync|"))
971+
die("The provided updateinformation is not in a recognized format");
971972

972973
gchar **ui_type = g_strsplit_set(updateinformation, "|", -1);
973974

0 commit comments

Comments
 (0)