Skip to content

Commit

Permalink
fix: add an else block to inform the user of missing zsyncmake in git…
Browse files Browse the repository at this point in the history
…hub_actions
  • Loading branch information
srevinsaju committed Sep 10, 2020
1 parent c9b1a26 commit 4e7307a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/appimagetool.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,9 @@ main (int argc, char *argv[])
updateinformation = buf;
printf("%s\n", updateinformation);
}
} else {
printf("Will not guess update information since zsyncmake is missing\n");
}
} else if(CI_COMMIT_REF_NAME){
// ${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_REF_NAME}/raw/QtQuickApp-x86_64.AppImage?job=${CI_JOB_NAME}
gchar *zsyncmake_path = g_find_program_in_path ("zsyncmake");
Expand Down

0 comments on commit 4e7307a

Please sign in to comment.