diff options
author | Saturn&Eric <[email protected]> | 2021-07-14 06:13:20 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-14 06:13:20 +0000 |
commit | d6ba10ea6726b17b587032ef5c361c70e16da052 (patch) | |
tree | f8e3300fc5242e2ede210897b6222dad190ae37c | |
parent | Merge branch 'develop' (diff) | |
parent | Improve AppImage (diff) | |
download | GpgFrontend-d6ba10ea6726b17b587032ef5c361c70e16da052.tar.gz GpgFrontend-d6ba10ea6726b17b587032ef5c361c70e16da052.zip |
Merge pull request #12 from saturneric/develop
Improve AppImage
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | resource/gpgfrontend/usr/share/metainfo/pub.gpgfrontend.gpgfrontend.metainfo.xml | 35 |
2 files changed, 37 insertions, 2 deletions
@@ -94,7 +94,7 @@ What about files? ### More Helpful Operation -Read the animated pictures in the [Document](https://gpgfrontend.pub/#/quick-start)learn more +Read the animated pictures in the [Document](https://gpgfrontend.pub/#/quick-start) to learn more awesome operations. ### How to Run it @@ -129,7 +129,7 @@ awesome operations. ```shell $ sudo yum install gnupg ``` -2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases) Linux edition from the latest release +2. [Download GpgFrontend](https://github.com/saturneric/GpgFrontend/releases/latest) Linux edition from the latest release 3. Unzip gpgfrontend-ubuntu-16.04-**\*\*\***.zip - `ubuntu-16.04` shows that Linux distributions at the same time as 16.04 or later are supported. 4. Give `GpgFrontend-***.AppImage` permission to execute diff --git a/resource/gpgfrontend/usr/share/metainfo/pub.gpgfrontend.gpgfrontend.metainfo.xml b/resource/gpgfrontend/usr/share/metainfo/pub.gpgfrontend.gpgfrontend.metainfo.xml new file mode 100644 index 00000000..49d409e5 --- /dev/null +++ b/resource/gpgfrontend/usr/share/metainfo/pub.gpgfrontend.gpgfrontend.metainfo.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2013 First Lastname <[email protected]> --> +<component type="desktop-application"> + <id>pub.gpgfrontend.gpgfrontend</id> + <metadata_license>FSFAP</metadata_license> + <project_license>GPL-3.0+</project_license> + <name>GpgFrontend</name> + <summary>Take the initiative to protect privacy in your own hands</summary> + + <description> + <p> + GpgFrontend is a Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP Crypto Tool. + </p> + <p> + By using GpgFrontend, you can quickly encrypt and decrypt text or files. + Or at the same time as the above operations, you can add your own signature + to let others know that this document or this paragraph of text was issued by you. + </p> + <p>For moew information visit https://gpgfrontend.pub/</p> + + </description> + + <launchable type="desktop-id">gpgfrontend.desktop</launchable> + + <screenshots> + <screenshot type="default"> + <caption>Main Window</caption> + <image>https://raw.githubusercontent.com/saturneric/Blob/master/screenshots/keygen_ubuntu.png</image> + </screenshot> + </screenshots> + + <url type="homepage">https://gpgfrontend.pub/</url> + <project_group>GNOME</project_group> + <developer_name>Saturneric</developer_name> +</component>
\ No newline at end of file |