mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -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
|
@ -171,8 +171,7 @@ BOOL SetAutorun(const char* path)
|
|||
fd = fopen(filename, "w, ccs=UTF-16LE");
|
||||
if (fd == NULL) {
|
||||
uprintf("Unable to create %s", filename);
|
||||
uprintf("NOTE: This may be caused by a poorly designed security solution. "
|
||||
"See https://rufus.akeo.ie/compatibility.");
|
||||
uprintf("NOTE: This may be caused by a poorly designed security solution. See https://goo.gl/QTobxX.");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue