Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ncher into gl4es
  • Loading branch information
khanhduytran0 committed Aug 31, 2020
2 parents 14f0d15 + 71decc4 commit 50b5b61
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 204 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![badge](https://api.travis-ci.com/PojavLauncherTeam/PojavLauncher.svg?branch=gl4es)
[![badge](https://api.travis-ci.com/PojavLauncherTeam/PojavLauncher.svg?branch=gl4es)](https://travis-ci.com/github/PojavLauncherTeam/PojavLauncher)
# PojavLauncher
An open source Minecraft: Java Edition launcher for Android based from Boardwalk. Support up-to Minecraft 1.11
(Codes has not been sorted yet, it contains ton of classes without packing to module).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ private void initMain()
mkdirs(Tools.worksDir);
mkdirs(Tools.versnDir);
mkdirs(Tools.libraries);
mkdirs(Tools.mpProfiles);

File file0 = new File(Tools.mpProfiles);
File file1 = new File(Tools.mpModEnable);
Expand Down
Loading

0 comments on commit 50b5b61

Please sign in to comment.