mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 09:55:11 -04:00
[internal] update app URL as well as scripts
This commit is contained in:
parent
e78f07cda6
commit
78ad099bf9
11 changed files with 24 additions and 18 deletions
|
@ -33,7 +33,7 @@
|
|||
#define FS_DEFAULT FS_FAT32
|
||||
#define WHITE RGB(255,255,255)
|
||||
#define SEPARATOR_GREY RGB(223,223,223)
|
||||
#define RUFUS_URL "https://github.com/pbatard/rufus/wiki/Rufus"
|
||||
#define RUFUS_URL "http://rufus.akeo.ie"
|
||||
#define BUG_URL "https://github.com/pbatard/rufus/issues"
|
||||
#define IGNORE_RETVAL(expr) do { (void)(expr); } while(0)
|
||||
#ifndef ARRAYSIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue