Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Disabled downloading of featureGraphic as we don't get the full resol…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
KrauseFx committed Sep 22, 2015
1 parent 700401a commit 0338901
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/supply/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def download_images(listing)
require 'net/http'

IMAGES_TYPES.each do |image_type|
next if ['featureGraphic'].include?(image_type) # we don't get all files in full resolution :(op

url = client.fetch_images(image_type: image_type, language: listing.language).last
next unless url

Expand All @@ -60,6 +62,8 @@ def metadata_path
@metadata_path ||= Supply.config[:metadata_path]
@metadata_path ||= "fastlane/metadata/android" if Helper.fastlane_enabled?
@metadata_path ||= "metadata" unless Helper.fastlane_enabled?

return @metadata_path
end

def client
Expand Down

0 comments on commit 0338901

Please sign in to comment.