Skip to content

Commit

Permalink
Fix build of ngunstable as ng
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Jun 22, 2020
1 parent 6c70305 commit d98fb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def clone_repo(name, url, branch):

display_stage("Downloading sources")
clone_repo('msa', 'https://github.com/ChristopherHX/msa-manifest.git', 'master')
clone_repo('mcpelauncher', 'https://github.com/ChristopherHX/mcpelauncher-manifest.git', 'ngunstable')
clone_repo('mcpelauncher', 'https://github.com/minecraft-linux/mcpelauncher-manifest.git', 'ng')
clone_repo('mcpelauncher-ui', 'https://github.com/minecraft-linux/mcpelauncher-ui-manifest.git', 'ng')
if args.buildangle:
clone_repo('osx-angle-ci', 'https://github.com/christopherhx/osx-angle-ci.git', 'master')
Expand Down

0 comments on commit d98fb3f

Please sign in to comment.