mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Working state
This commit is contained in:
@@ -40,7 +40,7 @@ def import_certificates(certificatesPath):
|
||||
|
||||
for file_name in os.listdir(certificatesPath):
|
||||
file_path = certificatesPath + '/' + file_name
|
||||
if file_path.endwith('.p12') or file_path.endwith('.cer'):
|
||||
if file_path.endswith('.p12') or file_path.endswith('.cer'):
|
||||
run_executable_with_output('security', arguments=[
|
||||
'import',
|
||||
file_path,
|
||||
|
||||
Reference in New Issue
Block a user