supply/lib/supply/setup.rb in fastlane-2.70.1 vs supply/lib/supply/setup.rb in fastlane-2.70.2
- old
+ new
@@ -42,10 +42,10 @@
require 'net/http'
IMAGES_TYPES.each do |image_type|
if ['featureGraphic'].include?(image_type)
# we don't get all files in full resolution :(
- UI.message("Due to a limitation of the Google Play API, there is no way for `supply` to download your existing feature graphics. Please copy your feature graphics into `metadata/android/en-US/images/`")
+ UI.message("Due to a limitation of the Google Play API, there is no way for `supply` to download your existing feature graphic. Please copy your feature graphic to `metadata/android/en-US/images/featureGraphic.png`")
next
end
begin
UI.message("Downloading #{image_type} for #{listing.language}...")