Add snap packaging (#93)

* snapcraft init

* update packaging

* update packaging

* update packaging

* update packaging

* update packaging

* update packaging

* snap worked

* fix locale warning

* polish code

* update metainfo

* update icon

* update icon

* update message
This commit is contained in:
Kevin Yue
2021-09-20 20:48:24 +08:00
committed by GitHub
parent 452fe2f189
commit bc07e3d496
14 changed files with 203 additions and 8 deletions

View File

@@ -139,7 +139,7 @@ bool GPService::isValidVersion(QString &bin) {
QString majorVersion = match.captured(1);
if (majorVersion.toInt() < 8) {
emit error("The OpenConnect version must greater than v8.0.0, but got " + fullVersion);
emit error("The OpenConnect version must greater than v8.0.0, got " + fullVersion);
return false;
}
} else {