Remove bundle_combine logic from lib + small changes

This commit is contained in:
relikd
2020-09-21 13:22:39 +02:00
parent a1b3198900
commit 8b7c1d51ee
11 changed files with 167 additions and 167 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import common_lib as mylib
import index_app_names
import index_app_names # get_name
def gen_obj(bundle_id):
@@ -60,7 +60,7 @@ def gen_page(arr, base, page_id=1, total=1):
def process(per_page=60):
print('generating app-index ...')
print('generating html: app-index ...')
index_dir = mylib.path_out('index', 'apps')
mylib.rm_dir(index_dir)
mylib.mkdir(index_dir)