mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-21 10:45:26 -04:00
Use bash for the prepare_aria script
This commit is contained in:
parent
6a57ccc63f
commit
eb96229d35
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ os.system(
|
|||
os.system("ar rcs libcdecrypt.a cdecrypt/*.o")
|
||||
os.system("gcc -shared -o cdecrypt/libcdecrypt.so cdecrypt/*.o")
|
||||
|
||||
os.system("./prepare_aria.sh")
|
||||
os.system("bash prepare_aria.sh")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue