Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime.c: Backport appimage-updateinformation and appimage-signature #35

Closed
probonopd opened this issue Sep 17, 2022 · 0 comments · Fixed by #37
Closed

runtime.c: Backport appimage-updateinformation and appimage-signature #35

probonopd opened this issue Sep 17, 2022 · 0 comments · Fixed by #37

Comments

@probonopd
Copy link
Owner

probonopd commented Sep 17, 2022

NOTE: Must be implemented with no additional dependencies to external repositories.

if (arg && (strcmp(arg, "appimage-updateinformation") == 0 || strcmp(arg, "appimage-updateinfo") == 0)) {
fprintf(stderr, "--%s is not yet implemented in version %s\n", arg, GIT_COMMIT);
// NOTE: Must be implemented in this .c file with no additional dependencies
exit(1);
}
if (arg && strcmp(arg, "appimage-signature") == 0) {
fprintf(stderr, "--%s is not yet implemented in version %s\n", arg, GIT_COMMIT);
// NOTE: Must be implemented in this .c file with no additional dependencies
exit(1);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant