1
0

Merge pull request #12 from saturneric/develop

Improve AppImage
This commit is contained in:
Saturn&Eric 2021-07-14 14:13:20 +08:00 committed by GitHub
commit d6ba10ea67
2 changed files with 37 additions and 2 deletions

View File

@ -94,7 +94,7 @@ What about files?
### More Helpful Operation ### 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. awesome operations.
### How to Run it ### How to Run it
@ -129,7 +129,7 @@ awesome operations.
```shell ```shell
$ sudo yum install gnupg $ 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 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. - `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 4. Give `GpgFrontend-***.AppImage` permission to execute

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 First Lastname <your@email.com> -->
<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>