fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

download commands should respect path options #567

Closed martinjuhasz closed 8 years ago

martinjuhasz commented 8 years ago

download_screenshots and download_metadata commands do not use the option for metadata_path / screenshots_path but always download into the current directory. fixed this.

Seen in: #558 Should have been fixed here: #481 but i think that just worked for uploading or got reverted

KrauseFx commented 8 years ago

Looks good to me, thanks for the PR :+1: