[script] Only show one screenshot #614

This commit is contained in:
dkhamsing 2018-05-28 08:17:07 -07:00
parent 6843ecebba
commit 6322cc3eac
1 changed files with 3 additions and 3 deletions

View File

@ -134,9 +134,9 @@ def output_apps(apps, appstoreonly)
unless screenshots.nil?
details << "\n <div>"
screenshots.each_with_index do |s, i|
details << "<img height='300' alt='#{name} image #{i+1}' src='#{screenshots[i]}'> "
end
# screenshots.each_with_index do |s, i|
details << "<img height='300' alt='#{name} image' src='#{screenshots[0]}'> "
# end
details << "\n</div>"
end