Use bash for the prepare_aria script

This commit is contained in:
Xpl0itU 2024-01-20 13:01:33 +01:00
parent 6a57ccc63f
commit eb96229d35

View file

@ -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")