mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-26 01:07:37 +01:00
fix name conflict
This commit is contained in:
parent
aa7133fbde
commit
0c6cce1657
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ async def download_telegram_ios_beta_and_extract_resources(session: aiohttp.Clie
|
|||
tool_download_url = 'https://github.com/MarshalX/acextract/releases/download/3.0/acextract'
|
||||
|
||||
ipa_filename = f'Telegram-{version}.ipa'
|
||||
assets_extractor = 'acextract'
|
||||
assets_extractor = 'acextract_ios'
|
||||
assets_filename = 'Assets.car'
|
||||
assets_output_dir = 'ios_assets'
|
||||
client_folder_name = 'ios'
|
||||
|
|
Loading…
Reference in a new issue