mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-09 13:52:02 -04:00
Update title database URL
This commit is contained in:
parent
abdec05445
commit
725d9c151b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ opener.addheaders = [("User-agent", "NUSspliBuilder/2.1")]
|
|||
urllib.request.install_opener(opener)
|
||||
|
||||
checkAndDeleteFile("gtitles/gtitles.c")
|
||||
urllib.request.urlretrieve("https://napi.nbg01.v10lator.de/db", "gtitles/gtitles.c")
|
||||
urllib.request.urlretrieve("https://napi.v10lator.de/db", "gtitles/gtitles.c")
|
||||
os.system("gcc -c -Wall -fpic -Ofast -pipe -Igtitles -o gtitles/gtitles.o gtitles/gtitles.c")
|
||||
os.system("ar rcs libgtitles.a gtitles/gtitles.o")
|
||||
os.system("gcc -shared -o gtitles/libgtitles.so gtitles/gtitles.o")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue