Skip to content

Commit 4e7307a

Browse files
committed
fix: add an else block to inform the user of missing zsyncmake in github_actions
1 parent c9b1a26 commit 4e7307a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/appimagetool.c

+3
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,9 @@ main (int argc, char *argv[])
932932
updateinformation = buf;
933933
printf("%s\n", updateinformation);
934934
}
935+
} else {
936+
printf("Will not guess update information since zsyncmake is missing\n");
937+
}
935938
} else if(CI_COMMIT_REF_NAME){
936939
// ${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_REF_NAME}/raw/QtQuickApp-x86_64.AppImage?job=${CI_JOB_NAME}
937940
gchar *zsyncmake_path = g_find_program_in_path ("zsyncmake");

0 commit comments

Comments
 (0)