Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
V1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlegamer committed Aug 13, 2019
1 parent 5b196f9 commit e57bf81
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<h1 align="center"> MazeLauncher</h1>

[<p align="center"><img src="https://img.shields.io/travis/dscalzi/ElectronLauncher.svg?style=for-the-badge" alt="travis">](https://travis-ci.org/dscalzi/ElectronLauncher) [<img src="https://img.shields.io/github/downloads/dscalzi/ElectronLauncher/total.svg?style=for-the-badge" alt="downloads">](https://github.com/evanlegamer/MazeLauncher/releases) <img src="https://forthebadge.com/images/badges/winter-is-coming.svg" height="28px" alt="stark"></p>
[<p align="center"><img src="https://travis-ci.org/evanlegamer/MazeLauncher.svg?style=for-the-badge" alt="travis">](https://travis-ci.org/evanlegamer) [<img src="https://img.shields.io/github/downloads/dscalzi/ElectronLauncher/total.svg?style=for-the-badge" alt="downloads">](https://github.com/evanlegamer/MazeLauncher/releases) <img src="https://forthebadge.com/images/badges/powered-by-electricity.svg" height="28px" alt="stark"></p>

<p align="center">Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.</p>
<p align="center">Join Mazecity servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.</p>

![Screenshot 1](https://i.imgur.com/HG8WJAT.png)
![Screenshot 2](https://i.imgur.com/sqccVpc.png)
Expand Down
23 changes: 23 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,29 @@
}
]
}
{
"label": "mazelauncher/osx",
"platforms": ["osx"],
"locales": [],
"local_root": "./dist/osx-unpacked",
"file_rules": null,
"storage": null,
"registry_keys": [
{
"key": "Software\\Mazecity\\Mazelauncher\\installed",
"value": "1"
}
],
"launch_options": [
{
"name": "Mazecity",
"executable": "dist/osx-unpacked/MazeLauncher.AppImage",
"arguments": [],
"platforms": ["osx"],
"working_dir": ""
}
]
}
]
}
}
4 changes: 2 additions & 2 deletions dev-app-update.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
owner: dscalzi
repo: ElectronLauncher
owner: evanlegamer
repo: Mazelauncher
provider: github
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MazeLauncher",
"version": "1.0.0",
"version": "1.7.0",
"productName": "MazeLauncher",
"description": "Modded Minecraft Launcher for Mazecity",
"author": "Evanlegamer (https://github.com/evanlegamer/)",
Expand Down

0 comments on commit e57bf81

Please sign in to comment.