mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 00:24:27 -04:00
[misc] yay, more XP fixes...
* Since I half expect 2.16 to be the last version of Rufus to support Windows XP
This commit is contained in:
parent
811f3cc1bc
commit
7ef65b551a
5 changed files with 24 additions and 23 deletions
|
@ -404,7 +404,7 @@ static DWORD WINAPI CheckForUpdatesThread(LPVOID param)
|
|||
{
|
||||
BOOL releases_only, found_new_version = FALSE;
|
||||
int status = 0;
|
||||
const char* server_url = RUFUS_URL "/";
|
||||
const char* server_url = UPDATE_URL "/";
|
||||
int i, j, k, max_channel, verbose = 0, verpos[4];
|
||||
static const char* archname[] = {"win_x86", "win_x64"};
|
||||
static const char* channel[] = {"release", "beta", "test"}; // release channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue