diff options
author | Saturneric <[email protected]> | 2021-07-06 19:00:40 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-06 19:00:40 +0000 |
commit | e587bf097663688d6d1ecc4d9efa9d2080784c20 (patch) | |
tree | 4a2419f2b52aecdd5e73bcb576ae7fac288afa5e | |
parent | Merge branch 'develop' into main (diff) | |
parent | Update Document. (diff) | |
download | GpgFrontend-e587bf097663688d6d1ecc4d9efa9d2080784c20.tar.gz GpgFrontend-e587bf097663688d6d1ecc4d9efa9d2080784c20.zip |
Merge branch 'develop' into mainv1.1.2
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | README_CN.md | 2 |
2 files changed, 9 insertions, 4 deletions
@@ -22,6 +22,8 @@ GpgFrontend supports new features of OpenPGP. installed by the user. **This is to ensure safety and avoid code or binary files involved in encryption and decryption being implanted in the backdoor during the delivery process.** +If you find this tool useful and promising, welcome to encourage me through STAR this project. Thanks! + [>> Quick Start](#quick-start) [>> Code & Binary Security](https://saturneric.github.io/GpgFrontend/index.html#/about/code-binary-verify) @@ -194,8 +196,9 @@ mingw-w64: http://mingw-w64.org/doku.php AppImage: https://appimage.org/ -Application Bundles: [Link](!https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1) +Application +Bundles: [Link](!https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1) -The icons of this software use materials from [Alibaba Iconfont](!https://www.iconfont.cn/). The Alibaba vector icon library is free to -use. The icons in the free library aren't registered as trademarks. There is no copyright issue involved and can be used -commercially. +The icons of this software use materials from [Alibaba Iconfont](!https://www.iconfont.cn/). The Alibaba vector icon +library is free to use. The icons in the free library aren't registered as trademarks. There is no copyright issue +involved and can be used commercially. diff --git a/README_CN.md b/README_CN.md index 6ce4fe6a..befbc444 100644 --- a/README_CN.md +++ b/README_CN.md @@ -16,6 +16,8 @@ GpgFrontend 是一个易于使用、小巧、跨平台和免安装的 [OpenPGP]( 注意:GpgFrontend 不提供嵌入式 gnupg 二进制库,需要用户自行安装。这是为了确保安全,避免涉及加密解密的代码或二进制文件在传递过程中被植入后门。 +如果你觉得这款工具有用或者有希望,`欢迎通过STAR这个项目来鼓励我`。 + [>> 快速开始](#quick-start) [>> 代码与二进制文件安全](https://saturneric.github.io/GpgFrontend/index.html#/about/code-binary-verify) |