[RAPPS] Update rapps .cab download link

This replaces old link to svn.reactos.org with rapps.reactos.org
which is a new stable location for RAPPS database and future community
website. That said, svn.reactos.org link will be kept for some time.

TODO: make this a configurable value.

CORE-14351
This commit is contained in:
Alexander Shaposhnikov 2018-04-02 21:00:10 +03:00
parent 3318d8d5be
commit bb819f1528
No known key found for this signature in database
GPG key ID: 2BC6459908479EFC
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
#include "resource.h"
#include "winmain.h"
#define APPLICATION_DATABASE_URL L"https://svn.reactos.org/packages/rappmgr.cab"
#define APPLICATION_DATABASE_URL L"https://rapps.reactos.org/rappmgr.cab"
#define MAX_STR_LEN 256
enum AppsCategories

View file

@ -48,7 +48,7 @@
#ifdef USE_CERT_PINNING
#define CERT_ISSUER_INFO "US\r\nLet's Encrypt\r\nLet's Encrypt Authority X3"
#define CERT_SUBJECT_INFO "svn.reactos.org"
#define CERT_SUBJECT_INFO "rapps.reactos.org"
#endif
enum DownloadStatus