majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.76k stars 487 forks source link

Output location #137

Closed drewg233 closed 1 year ago

drewg233 commented 1 year ago

What happened?

Not sure if Im doing something wrong or not but for some reason when I download an ipa it downloads to the homebrew location. Is there a way to update the output location?

~/Downloads  ipatool download --bundle-identifier="BUNDLEID"
INF output=/opt/homebrew/bin/BUNDLEID.ipa success=true

Version

2.0.1

Relevant log output

No response

majd commented 1 year ago

You can use the --output (short: -o) parameter to specify a custom output path. It should default to current working directory but there was a bug causing it to default to the executable path. It should be fixed in #142.