diff --git a/make_files_tree.py b/make_files_tree.py index 238eddccbe..33a284aac4 100644 --- a/make_files_tree.py +++ b/make_files_tree.py @@ -261,7 +261,6 @@ async def download_telegram_ios_beta_and_extract_resources(session: aiohttp.Clie files_to_track = files_to_convert + [ f'{resources_path}/_CodeSignature/CodeResources', - f'{resources_path}/SC_Info/Manifest.plist', ] await track_additional_files(files_to_track, client_folder_name, crawled_data_folder)