Updater integration continues

This commit is contained in:
Simon Rozman 2016-03-25 13:15:54 +01:00
parent 0ee6d6b4b2
commit 301f218098
2 changed files with 26 additions and 5 deletions

@ -1 +1 @@
Subproject commit 1752084b2494cc87535790867ec5ba79eae02ff8 Subproject commit 6e9f1f2c4a74b6d5e533912e2c5c662b4408aafb

View File

@ -1,3 +1,5 @@
#include "zrcola.h"
// //
// Update log file // Update log file
// //
@ -19,3 +21,22 @@
// Update server catalog location // Update server catalog location
// //
#define UPDATER_HTTP_PATH "/UpdateRepo/Catalog-1.xml" #define UPDATER_HTTP_PATH "/UpdateRepo/Catalog-1.xml"
//
// The product vendor and application name for configuration keeping.
//
#define UPDATER_CFG_VENDOR "Amebis"
#define UPDATER_CFG_APPLICATION "ZRCola"
//
// Product version as a single DWORD
// Note: Used for version comparison within C/C++ code.
//
#define UPDATER_PRODUCT_VERSION ZRCOLA_VERSION
//
// Human readable product version and build year for UI
//
#define UPDATER_PRODUCT_VERSION_STR ZRCOLA_VERSION_STR