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
11 lines
138 B
Prolog
11 lines
138 B
Prolog
TEMPLATE = app
|
|
CONFIG += console c++11
|
|
QT += core
|
|
LIBS += -lsodium
|
|
|
|
SOURCES += main.cpp \
|
|
serialize.cpp
|
|
|
|
HEADERS += \
|
|
serialize.h
|