[script] Hide license

This commit is contained in:
dkhamsing 2023-03-23 08:33:02 -07:00
parent 497325fe3f
commit 18e7158a40
1 changed files with 4 additions and 4 deletions

View File

@ -133,10 +133,10 @@ def output_apps(apps, appstoreonly)
line.push " `#{formatted_date}` "
end
unless license.nil?
license_display = license == 'other' ? "" : "[`#{license}`](http://choosealicense.com/licenses/#{license}/)"
line.push << " #{license_display} "
end
# unless license.nil?
# license_display = license == 'other' ? "" : "[`#{license}`](http://choosealicense.com/licenses/#{license}/)"
# line.push << " #{license_display} "
# end
unless tags.nil?
line.push '`swift` ' if tags.include? 'swift'