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

Commit e57bf81

Browse files
committed
V1.7.0
1 parent 5b196f9 commit e57bf81

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

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

5-
[<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>
5+
[<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>
66

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

99
![Screenshot 1](https://i.imgur.com/HG8WJAT.png)
1010
![Screenshot 2](https://i.imgur.com/sqccVpc.png)

config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,29 @@
4848
}
4949
]
5050
}
51+
{
52+
"label": "mazelauncher/osx",
53+
"platforms": ["osx"],
54+
"locales": [],
55+
"local_root": "./dist/osx-unpacked",
56+
"file_rules": null,
57+
"storage": null,
58+
"registry_keys": [
59+
{
60+
"key": "Software\\Mazecity\\Mazelauncher\\installed",
61+
"value": "1"
62+
}
63+
],
64+
"launch_options": [
65+
{
66+
"name": "Mazecity",
67+
"executable": "dist/osx-unpacked/MazeLauncher.AppImage",
68+
"arguments": [],
69+
"platforms": ["osx"],
70+
"working_dir": ""
71+
}
72+
]
73+
}
5174
]
5275
}
5376
}

dev-app-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
owner: dscalzi
2-
repo: ElectronLauncher
1+
owner: evanlegamer
2+
repo: Mazelauncher
33
provider: github

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MazeLauncher",
3-
"version": "1.0.0",
3+
"version": "1.7.0",
44
"productName": "MazeLauncher",
55
"description": "Modded Minecraft Launcher for Mazecity",
66
"author": "Evanlegamer (https://github.com/evanlegamer/)",

0 commit comments

Comments
 (0)