Al4ise / Azule

Other
495 stars 50 forks source link

Cannot inject any tweak to any IPA. #138

Closed acquitelol closed 1 year ago

acquitelol commented 1 year ago

The following command should work and has worked prior:

Azule/azule -i Any/Ipa/File.ipa -o Dist -f Tweaks/AnyTweak.deb -v & wait $!

But as a result this now returns the following error when ran with -v instead

stderr: '[*] Platform is MacOS\n' +
    '[*] Checking for Updates...\n' +
    '[*] Azule is Up to Date\n' +
    '[*] Temporary Directory has been created\n' +
    '[*] App executable is @executable_path/Discord\n' +
    '[*] Stripped codesign from app executable\n' +
    '[*] App rpath is @executable_path/Frameworks\n' +
    '[*] Fetching Enmity_Patches/Required/scroll_to_top.deb...\n' +
    "[*] Couldn't Refresh \n" +
    "[*] Couldn't find Enmity_Patches/Required/scroll_to_top.deb\n" +
    "[*] Couldn't find /var/folders/6v/xr5w9gqs04gbv44zcmbhhq3c0000gn/T/tmp.h9lFEYzr/debs/Enmity_Patches/Required/scroll_to_top.deb.deb\n" +
    '[*] Extracting scroll_to_top.deb.deb...\n' +
    "[*] Couldn't extract scroll_to_top.deb.deb\n"

I don't believe I am using the syntax wrong, because I have used this syntax for months prior and it has worked fine, and from the documentation (-h) it seems that nothing has changed in terms of syntax. This leads me to be very confused.

acquitelol commented 1 year ago

It seems that putting $PWD/ before the directory name fixes this issue? I'm not completely sure why.