ZRCola/include/UpdaterCfg.h

18 lines
339 B
C

#include "version.h"
//
// Update server(s)
// Zero delimited list of update servers
//
#define UPDATER_HTTP_SERVER "www.amebis.si\0"
//
// Update server port
//
#define UPDATER_HTTP_PORT 80
//
// Update server catalog location
//
#define UPDATER_HTTP_PATH "/prenos/ZRCola/catalog-0000.xml"