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.
The following command should work and has worked prior:
But as a result this now returns the following error when ran with
-v
insteadI 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.