diff options
author | Saturneric <[email protected]> | 2021-06-20 20:21:32 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-20 20:21:32 +0000 |
commit | 79ffc49f5e8c337ed08f05b5bf3cbfc65fb5ddd1 (patch) | |
tree | 4e4b3889edb747fdd5c7a25cd069ef506486cccf | |
parent | Merge branch 'develop' into main (diff) | |
download | GpgFrontend-79ffc49f5e8c337ed08f05b5bf3cbfc65fb5ddd1.tar.gz GpgFrontend-79ffc49f5e8c337ed08f05b5bf3cbfc65fb5ddd1.zip |
Modify README.md.
Diffstat (limited to '')
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | include/GpgFrontend.h | 32 |
2 files changed, 11 insertions, 33 deletions
@@ -1,3 +1,5 @@ +<img style='float:right; width:100px;height:100px' src="https://github.com/saturneric/Blob/blob/master/logos/icon.png?raw=true" alt="ICON"/> + # GpgFrontend  @@ -29,6 +31,10 @@ gpg and make professional users more convenient. GpgFrontend supports new featur - [Features](#features) - [Usage](#usage) + - [Windows](#windows) + - [macOS](#macos) + - [Debian/Ubuntu/CentOS](#debianubuntucentos) +- [Document](#document) - [Purpose](#purpose) - [Build](#build) - [Contract](#contract) @@ -54,7 +60,7 @@ gpg and make professional users more convenient. GpgFrontend supports new featur 4. Unzip GpgFrontend 5. Double Click gpgfrontend.exe -### MacOS +### macOS 1. Install Homebrew [Here](https://brew.sh/) if you don't know it. 2. Install gnupg ```shell @@ -96,6 +102,10 @@ gpg and make professional users more convenient. GpgFrontend supports new featur $ ./gpgfrontend ``` +## Document + +For more usage information, please read [Document](https://saturneric.github.io/GpgFrontend/index.html#/). + ## Purpose The GpgFrontend project inherit from a relatively mature but not maintained [gpg4usb](https://www.gpg4usb.org/) project. diff --git a/include/GpgFrontend.h b/include/GpgFrontend.h deleted file mode 100644 index 53f64c75..00000000 --- a/include/GpgFrontend.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef GPGFRONTEND_H_IN -#define GPGFRONTEND_H_IN - -#include <iostream> -#include <string> -#include <cmath> -#include <clocale> -#include <cerrno> -#include <utility> -#include <list> - -#include <QtCore> -#include <QtWidgets> -#include <QtNetwork/QtNetwork> -#include <QtPrintSupport/QtPrintSupport> - -#include <gpgme.h> - -#define PROJECT_NAME "GpgFrontend" -#define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Release" -#define GIT_VERSION "main_0c3f90583dff56fe15e4395552056c4ebc1e0cf2" - -#define VERSION_MAJOR 1 -#define VERSION_MINOR 0 -#define VERSION_PATCH 0 - -#define BUILD_TIMESTAMP "2021-06-21 03:49:55" - -#define GIT_BRANCH_NAME "main" -#define GIT_COMMIT_HASH "0c3f90583dff56fe15e4395552056c4ebc1e0cf2" - -#endif //GPGFRONTEND_H_IN |