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

Commit

Permalink
Add good distrib file
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlegamer committed Apr 4, 2020
1 parent 58d44d4 commit a54aec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ exports.pullRemote = function(){
return exports.pullLocal()
}
return new Promise((resolve, reject) => {
const distroURL = 'https://api.mybizup.fr/mazecity/mazelauncher/distribution.json'
const distroURL = 'https://modpack.mazecity.fr/distribution.json'
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
const opts = {
url: distroURL,
Expand Down
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.7.0",
"version": "1.8.1",
"productName": "MazeLauncher",
"description": "Modded Minecraft Launcher for Mazecity",
"author": "Evanlegamer (https://github.com/evanlegamer/)",
Expand Down

0 comments on commit a54aec6

Please sign in to comment.