Skip to content

Commit 4a4b5d5

Browse files
committed
Removed validate.c
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.
1 parent 3436258 commit 4a4b5d5

File tree

2 files changed

+1
-205
lines changed

2 files changed

+1
-205
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you invoke an AppImage built with a recent version of AppImageKit with one of
9696
- `--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
9797
- `--appimage-version` prints the version of AppImageKit, then exits. This is useful if you would like to file issues
9898
- `--appimage-updateinformation` prints the update information embedded into the AppImage, then exits. This is useful for debugging binary delta updates
99-
- `--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
99+
- `--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).
100100

101101
### Special directories
102102

src/validate.c

-204
This file was deleted.

0 commit comments

Comments
 (0)