change distro url
This commit is contained in:
parent
2cf53c6367
commit
0a39fcef62
@ -537,7 +537,7 @@ exports.pullRemote = function(){
|
||||
return exports.pullLocal()
|
||||
}
|
||||
return new Promise((resolve, reject) => {
|
||||
const distroURL = 'https://ardacraft.github.io/NewLauncher/distribution.json'
|
||||
const distroURL = 'https://ardacraft.github.io/launcher/distribution.json'
|
||||
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
|
||||
const opts = {
|
||||
url: distroURL,
|
||||
|
Loading…
Reference in New Issue
Block a user