created installer
Created an installer which can create secure folders, create a background process and downloa the main applications files.
This commit is contained in:
5
src/ma_installer/download.h
Normal file
5
src/ma_installer/download.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <curl/curl.h>
|
||||
int download_file_from_srv(const char* url, const char* outputFileName);
|
||||
Reference in New Issue
Block a user