mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add appcenter
This commit is contained in:
@@ -5,12 +5,7 @@ import shutil
|
||||
import tempfile
|
||||
import plistlib
|
||||
|
||||
from BuildEnvironment import run_executable_with_output
|
||||
|
||||
def check_run_system(command):
|
||||
if os.system(command) != 0:
|
||||
print('Command failed: {}'.format(command))
|
||||
sys.exit(1)
|
||||
from BuildEnvironment import run_executable_with_output, check_run_system
|
||||
|
||||
class BuildConfiguration:
|
||||
def __init__(self,
|
||||
|
||||
Reference in New Issue
Block a user