Switch over to Universal-Core. (#18)

* Don't build here.

* WIP: Switch to Universal-Core.

* Update Submodule repo & azure-pipelines.
This commit is contained in:
StackZ
2020-02-08 06:20:50 +01:00
committed by GitHub
parent 0ef5d2c5ab
commit 09be8e0b94
55 changed files with 1064 additions and 1327 deletions
+7 -4
View File
@@ -24,12 +24,13 @@
* reasonable ways as different from the original version.
*/
#pragma once
#ifndef DOWNLOAD_HPP
#define DOWNLOAD_HPP
#include "utils/common.hpp"
#include "common.hpp"
#define APP_TITLE "Universal-Updater"
#define VERSION_STRING "2.2.0"
#define VERSION_STRING "2.2.1"
enum DownloadError {
DL_ERROR_NONE = 0,
@@ -86,4 +87,6 @@ std::string getLatestCommit(std::string repo, std::string item);
* item is that to get from the API. (Ex. "message")
* @return the string from the API.
*/
std::string getLatestCommit(std::string repo, std::string array, std::string item);
std::string getLatestCommit(std::string repo, std::string array, std::string item);
#endif