Skip to content

Commit fabb558

Browse files
sanchaezJoachimHenze
authored andcommitted
[0.4.8] cherry-pick [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 (cherry picked from commit bb819f1) cherry-picked by Joachim Henze
1 parent e5014a7 commit fabb558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/applications/rapps/include/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "resource.h"
3030
#include "winmain.h"
3131

32-
#define APPLICATION_DATABASE_URL L"https://svn.reactos.org/packages/rappmgr.cab"
32+
#define APPLICATION_DATABASE_URL L"https://rapps.reactos.org/rappmgr.cab"
3333
#define MAX_STR_LEN 256
3434

3535
enum AppsCategories

base/applications/rapps/loaddlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
#ifdef USE_CERT_PINNING
5050
#define CERT_ISSUER_INFO "US\r\nLet's Encrypt\r\nLet's Encrypt Authority X3"
51-
#define CERT_SUBJECT_INFO "svn.reactos.org"
51+
#define CERT_SUBJECT_INFO "rapps.reactos.org"
5252
#endif
5353

5454
enum DownloadStatus

0 commit comments

Comments
 (0)