Files
ma/src/ma_installer/download.h
jakani24 45f8ad413f created installer
Created an installer which can create secure folders, create a background process and downloa the main applications files.
2023-12-22 21:30:18 +01:00

6 lines
147 B
C++

#pragma once
#include <iostream>
#include <string>
#include <curl/curl.h>
int download_file_from_srv(const char* url, const char* outputFileName);