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

Commit a54aec6

Browse files
committed
Add good distrib file
1 parent 58d44d4 commit a54aec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/js/distromanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ exports.pullRemote = function(){
537537
return exports.pullLocal()
538538
}
539539
return new Promise((resolve, reject) => {
540-
const distroURL = 'https://api.mybizup.fr/mazecity/mazelauncher/distribution.json'
540+
const distroURL = 'https://modpack.mazecity.fr/distribution.json'
541541
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
542542
const opts = {
543543
url: distroURL,

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.7.0",
3+
"version": "1.8.1",
44
"productName": "MazeLauncher",
55
"description": "Modded Minecraft Launcher for Mazecity",
66
"author": "Evanlegamer (https://github.com/evanlegamer/)",

0 commit comments

Comments
 (0)