diff --git a/include/.gitignore b/include/.gitignore new file mode 100644 index 0000000..9250ccf --- /dev/null +++ b/include/.gitignore @@ -0,0 +1,2 @@ +/UpdaterKeypair.txt +/UpdaterKeyPrivate.bin diff --git a/include/UpdaterCfg.h b/include/UpdaterCfg.h new file mode 100644 index 0000000..acfd7c9 --- /dev/null +++ b/include/UpdaterCfg.h @@ -0,0 +1,21 @@ +// +// Update log file +// +#define UPDATER_LOG_FILE "ZRCola-Update.log" + + +// +// Update server(s) +// Zero delimited list of update servers +// +#define UPDATER_HTTP_SERVER "zrcola.zrc-sazu.si\0zrcola-2.amebis.si\0" + +// +// Update server port +// +#define UPDATER_HTTP_PORT 80 + +// +// Update server catalog location +// +#define UPDATER_HTTP_PATH "/UpdateRepo/Catalog.xml" diff --git a/include/UpdaterKeyPublic.bin b/include/UpdaterKeyPublic.bin new file mode 100644 index 0000000..6adac7b Binary files /dev/null and b/include/UpdaterKeyPublic.bin differ