Skip to content

Commit

Permalink
Removed validate.c
Browse files Browse the repository at this point in the history
As the validate CLI tool has been moved to AppImageUpdate, the outdated version present in this repository has been removed. The readme has been changed as well to link to the correct validate.
  • Loading branch information
Korne127 committed Dec 20, 2024
1 parent 3436258 commit 4a4b5d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 205 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ If you invoke an AppImage built with a recent version of AppImageKit with one of
- `--appimage-mount` mounts the embedded filesystem image and prints the mount point, then waits until it is killed. This is useful if you would like to inspect the contents of an AppImage without executing the contained payload application
- `--appimage-version` prints the version of AppImageKit, then exits. This is useful if you would like to file issues
- `--appimage-updateinformation` prints the update information embedded into the AppImage, then exits. This is useful for debugging binary delta updates
- `--appimage-signature` prints the digital signature embedded into the AppImage, then exits. This is useful for debugging binary delta updates. If you would like to validate the embedded signature, you should use the `validate` command line tool that is part of AppImageKit
- `--appimage-signature` prints the digital signature embedded into the AppImage, then exits. This is useful for debugging binary delta updates. If you would like to validate the embedded signature, you should use the `validate` command line tool that is part of AppImageUpdate and can be downloaded [here](https://github.com/AppImageCommunity/AppImageUpdate/releases).

### Special directories

Expand Down
204 changes: 0 additions & 204 deletions src/validate.c

This file was deleted.

0 comments on commit 4a4b5d5

Please sign in to comment.