0.04
This commit is contained in:
parent
b3abc18069
commit
88c2482e27
4
.env
Normal file
4
.env
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
JAVA_EXECUTABLE=C:\Program Files (x86)\Common Files\Oracle\Java\javapath
|
||||||
|
ROOT=C:\Users\user\Documents\Nebula-master
|
||||||
|
BASE_URL=http://localhost:8080/
|
||||||
|
HELIOS_DATA_FOLDER=C:\Users\user\Documents\GitHub\OuinariaLauncher
|
@ -537,7 +537,7 @@ exports.pullRemote = function(){
|
|||||||
return exports.pullLocal()
|
return exports.pullLocal()
|
||||||
}
|
}
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const distroURL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
|
const distroURL = 'https://skylitemc.fr/distribution.json'
|
||||||
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
|
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
|
||||||
const opts = {
|
const opts = {
|
||||||
url: distroURL,
|
url: distroURL,
|
||||||
|
Loading…
Reference in New Issue
Block a user