mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-19 12:26:13 -04:00
Fixed package name mismatch for custom apk generation
This commit is contained in:
parent
f585402c61
commit
a623ce9fde
@ -330,7 +330,7 @@ def step_update_xml_nodes(jsdata, **options):
|
||||
soup = soup = BeautifulSoup(open(toolbar_xml, 'r'),
|
||||
'xml', from_encoding='utf-8')
|
||||
item = soup.find('org.kiwix.kiwixmobile.views.AnimatedProgressBar')
|
||||
item.name = '{}.AnimatedProgressBar'.format(jsdata.get('package'))
|
||||
item.name = '{}.views.AnimatedProgressBar'.format(jsdata.get('package'))
|
||||
flushxml(soup, 'RelativeLayout', toolbar_xml, head=False)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user