mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-03 12:09:37 +01:00
[script] Hide license
This commit is contained in:
parent
497325fe3f
commit
18e7158a40
8
.github/osia_convert.rb
vendored
8
.github/osia_convert.rb
vendored
@ -133,10 +133,10 @@ def output_apps(apps, appstoreonly)
|
|||||||
line.push " `#{formatted_date}` "
|
line.push " `#{formatted_date}` "
|
||||||
end
|
end
|
||||||
|
|
||||||
unless license.nil?
|
# unless license.nil?
|
||||||
license_display = license == 'other' ? "" : "[`#{license}`](http://choosealicense.com/licenses/#{license}/)"
|
# license_display = license == 'other' ? "" : "[`#{license}`](http://choosealicense.com/licenses/#{license}/)"
|
||||||
line.push << " #{license_display} "
|
# line.push << " #{license_display} "
|
||||||
end
|
# end
|
||||||
|
|
||||||
unless tags.nil?
|
unless tags.nil?
|
||||||
line.push '`swift` ' if tags.include? 'swift'
|
line.push '`swift` ' if tags.include? 'swift'
|
||||||
|
Loading…
Reference in New Issue
Block a user