'--verify-update', shasum support, OpenPGP signatures verification

This commit is contained in:
xiphon
2020-04-06 16:57:32 +00:00
parent 042400b83f
commit 5f27a45910
18 changed files with 1298 additions and 6 deletions

View File

@@ -34,6 +34,7 @@
#include <QApplication>
bool fileExists(QString path);
QByteArray fileGetContents(QString path);
QByteArray fileOpen(QString path);
bool fileWrite(QString path, QString data);
QString getAccountName();