mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:03:40 +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:
parent
c0b944dbb5
commit
cd26effabd
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue