1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-18 11:54:10 +01:00

[script] rename write_list

This commit is contained in:
Daniel Khamsing 2017-06-14 14:44:45 -07:00
parent f422d1f2c8
commit 16a47b1793

View File

@ -181,7 +181,7 @@ def output_stars(number)
end end
end end
def write_readme(j, file, appstoreonly = false) def write_list(j, file, appstoreonly = false)
t = j['title'] t = j['title']
subt = j['subtitle'] subt = j['subtitle']
desc = j['description'] desc = j['description']
@ -264,6 +264,6 @@ end
j = get_json j = get_json
write_readme(j, README) write_list(j, README)
write_archive(j) write_archive(j)
write_readme(j, APPSTORE, true) write_list(j, APPSTORE, true)