deliver/lib/deliver/setup.rb in fastlane-2.102.0 vs deliver/lib/deliver/setup.rb in fastlane-2.103.0

- old
+ new

@@ -124,11 +124,10 @@ File.write(watch_icon_path, open(v.watch_app_icon.url).read) UI.success("Successfully downloaded watch icon") end end - def download_screenshots(deliver_path, options) - path = File.join(deliver_path, 'screenshots') + def download_screenshots(path, options) FileUtils.mkdir_p(path) Deliver::DownloadScreenshots.run(options, path) end end end