[net] add automated update support for ARM/ARM64

This commit is contained in:
Pete Batard 2018-10-22 17:42:40 +01:00
parent e3fb899f12
commit 6109d91c38
6 changed files with 49 additions and 13 deletions

View file

@ -1876,7 +1876,7 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
case WM_COMMAND:
#ifdef RUFUS_TEST
if (LOWORD(wParam) == IDC_TEST) {
DownloadSignedFile(FILES_URL "/gendb.sh", "C:\\Downloads\\gendb.sh", hProgress, TRUE);
uprintf("CPU ARCH: %d", GetCpuArch());
break;
}
#endif