Add appcenter

This commit is contained in:
Ali
2022-08-11 03:05:31 +04:00
parent a207846767
commit 5572a4e030
4 changed files with 78 additions and 6 deletions

View File

@@ -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,