diff options
author | saturneric <[email protected]> | 2024-02-24 11:53:19 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-02-24 11:53:43 +0000 |
commit | 49367eada2a0c9143282cae4bb5a6cd043368044 (patch) | |
tree | 756e442131f9629d06c94f9dd6d810560113b1d8 | |
parent | fix: adjust logo and icons (diff) | |
download | GpgFrontend-49367eada2a0c9143282cae4bb5a6cd043368044.tar.gz GpgFrontend-49367eada2a0c9143282cae4bb5a6cd043368044.zip |
fix: change GpgFrontend to Gpg Frontend on linux platform
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.appdata.xml | 4 | ||||
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.desktop | 2 | ||||
-rw-r--r-- | resource/appstream/com.bktus.gpgfrontend.metainfo.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/resource/appstream/com.bktus.gpgfrontend.appdata.xml b/resource/appstream/com.bktus.gpgfrontend.appdata.xml index 618859cf..e278a1fa 100644 --- a/resource/appstream/com.bktus.gpgfrontend.appdata.xml +++ b/resource/appstream/com.bktus.gpgfrontend.appdata.xml @@ -23,10 +23,10 @@ <description> <p> - GpgFrontend is a free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. + Gpg Frontend is a free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. </p> <p> - By using GpgFrontend, users can quickly encrypt files or text, easily digitally sign them, and conveniently manage + By using Gpg Frontend, users can quickly encrypt files or text, easily digitally sign them, and conveniently manage all GPG keys on their device. The tool also facilitates the secure and seamless transfer of GPG keys between devices. It is compatible with a range of operating systems, including Windows, macOS, Linux, and FreeBSD. </p> diff --git a/resource/appstream/com.bktus.gpgfrontend.desktop b/resource/appstream/com.bktus.gpgfrontend.desktop index 87cb04ee..9f2a5a8a 100644 --- a/resource/appstream/com.bktus.gpgfrontend.desktop +++ b/resource/appstream/com.bktus.gpgfrontend.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Application -Name=GpgFrontend +Name=Gpg Frontend Exec=GpgFrontend Icon=com.bktus.gpgfrontend Comment=Encrypt and sign data diff --git a/resource/appstream/com.bktus.gpgfrontend.metainfo.xml b/resource/appstream/com.bktus.gpgfrontend.metainfo.xml index badf0c92..b4695809 100644 --- a/resource/appstream/com.bktus.gpgfrontend.metainfo.xml +++ b/resource/appstream/com.bktus.gpgfrontend.metainfo.xml @@ -12,10 +12,10 @@ <description> <p> - GpgFrontend is a free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. + Gpg Frontend is a free, open-source, robust yet user-friendly, compact and cross-platform tool for OpenPGP encryption. </p> <p> - By using GpgFrontend, users can quickly encrypt files or text, easily digitally sign them, and conveniently manage + By using Gpg Frontend, users can quickly encrypt files or text, easily digitally sign them, and conveniently manage all GPG keys on their device. The tool also facilitates the secure and seamless transfer of GPG keys between devices. It is compatible with a range of operating systems, including Windows, macOS, Linux, and FreeBSD. </p> |