mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[APPWIZ]
- Download Gecko from a URL that does not force HTTPS. CORE-8396 svn path=/trunk/; revision=63895
This commit is contained in:
@@ -60,7 +60,7 @@ static const addon_info_t *addon;
|
||||
|
||||
static HWND install_dialog = NULL;
|
||||
|
||||
static WCHAR GeckoUrl[] = L"http://dl.dropboxusercontent.com/u/743491/ReactOS/wine_gecko-2.24-x86.msi";
|
||||
static WCHAR GeckoUrl[] = L"http://svn.reactos.org/amine/wine_gecko-2.24-x86.msi";
|
||||
|
||||
/* SHA definitions are copied from advapi32. They aren't available in headers. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user