From 6905c891ad296cdc3d30de1d1afefd182e2f6e33 Mon Sep 17 00:00:00 2001 From: ChristopherHX <44845461+ChristopherHX@users.noreply.github.com> Date: Thu, 14 Nov 2019 22:37:57 +0100 Subject: [PATCH] Use cgruber's Patch --- __main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__main__.py b/__main__.py index 586efad..f23e67a 100644 --- a/__main__.py +++ b/__main__.py @@ -64,7 +64,8 @@ def clone_repo(name, url): call(['git', 'submodule', 'update'], cwd=directory) display_stage("Downloading sources") -clone_repo('msa', 'https://github.com/minecraft-linux/msa-manifest.git') +clone_repo('msa', 'https://github.com/mcpe-launcher-cgruber/msa-manifest.git') +call(['git', 'checkout', 'update_json_lib'], cwd=path.abspath(path.join(SOURCE_DIR, 'msa'))) clone_repo('mcpelauncher', 'https://github.com/minecraft-linux/mcpelauncher-manifest.git') clone_repo('mcpelauncher-ui', 'https://github.com/minecraft-linux/mcpelauncher-ui-manifest.git')