ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions
MIT License
1.12k stars 184 forks source link

feat: quit with exit code on error #103

Closed asdfzxcvbn closed 11 months ago

asdfzxcvbn commented 11 months ago

if bagbak is being run inside a script, exiting with exit code 1 will make it easier to tell if the dumping process succeeded or not.

ChiChou commented 11 months ago

Thanks! But better leave the version in package.json untouched. It's usually increased using npm so I can use Github Actin to trigger the publish process