mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 14:35:21 -04:00
[net] drop the requirement for text/plain MIME on the .ver files
* This should fix the update check when picking off the .ver off github * Also update non working links * Closes #1229
This commit is contained in:
parent
e587997f4e
commit
bc6e23ec11
6 changed files with 12 additions and 22 deletions
|
@ -92,7 +92,7 @@ static const char* kolibri_name = "kolibri.img";
|
|||
static const char* autorun_name = "autorun.inf";
|
||||
static const char* casper_name = "CASPER";
|
||||
static const char* stupid_antivirus = " NOTE: This is usually caused by a poorly designed security solution. "
|
||||
"See https://rufus.akeo.ie/compatibility.\r\n This file will be skipped for now, but you should really "
|
||||
"See https://goo.gl/QTobxX.\r\n This file will be skipped for now, but you should really "
|
||||
"look into using a *SMARTER* antivirus solution.";
|
||||
const char* old_c32_name[NB_OLD_C32] = OLD_C32_NAMES;
|
||||
static const int64_t old_c32_threshold[NB_OLD_C32] = OLD_C32_THRESHOLD;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue