mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
1350fbbaf9
qtox-updater-sign takes data from stdin or as argument, signs it with the updater's private key, and output the signature + the data qtox-updater-genflist generates a flist, a serialized list of AutoUpdater::UpdateFileMeta for the qTox updater
8 lines
89 B
Prolog
8 lines
89 B
Prolog
TEMPLATE = app
|
|
CONFIG += console c++11
|
|
QT += core
|
|
|
|
SOURCES += main.cpp
|
|
|
|
LIBS += -lsodium
|