mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-21 00:17:06 +01:00
specify arch
This commit is contained in:
parent
de2786f6d9
commit
2a5f0122bb
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ async def download_telegram_macos_beta_and_extract_resources(session: aiohttp.Cl
|
|||
|
||||
executable_path = os.path.join(client_folder_name, 'Telegram.app/Contents/MacOS/Telegram')
|
||||
process = await asyncio.create_subprocess_exec(
|
||||
f'strings', '-n', '7', '--', executable_path, stdout=asyncio.subprocess.PIPE
|
||||
f'strings', '-n', '7', '-arch', 'x86_64', '--', executable_path, stdout=asyncio.subprocess.PIPE
|
||||
)
|
||||
|
||||
stdout = b''
|
||||
|
|
Loading…
Reference in a new issue