Skip to content

Commit

Permalink
Use cgruber's Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Nov 14, 2019
1 parent a0b469c commit 6905c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 6905c89

Please sign in to comment.