adding support for self check and db updat ewith zip files

This commit is contained in:
jakani24
2024-03-29 10:11:39 +01:00
parent 3b450984b8
commit aa0bc23f50
53 changed files with 786 additions and 146 deletions

3
src/client_backend/zip.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
#include <string>
void unzip(const std::string& source, const std::string& dest);