We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b1a26 commit 4e7307aCopy full SHA for 4e7307a
src/appimagetool.c
@@ -932,6 +932,9 @@ main (int argc, char *argv[])
932
updateinformation = buf;
933
printf("%s\n", updateinformation);
934
}
935
+ } else {
936
+ printf("Will not guess update information since zsyncmake is missing\n");
937
+ }
938
} else if(CI_COMMIT_REF_NAME){
939
// ${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_REF_NAME}/raw/QtQuickApp-x86_64.AppImage?job=${CI_JOB_NAME}
940
gchar *zsyncmake_path = g_find_program_in_path ("zsyncmake");
0 commit comments