mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
Update distromanager.js
This commit is contained in:
parent
412b8f1085
commit
cade9f185a
@ -4,7 +4,7 @@ const ConfigManager = require('./configmanager')
|
|||||||
|
|
||||||
// Old WesterosCraft url.
|
// Old WesterosCraft url.
|
||||||
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
|
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
|
||||||
exports.REMOTE_DISTRO_URL = 'http://59.26.10.62:8080/distribution.json'
|
exports.REMOTE_DISTRO_URL = 'http://127.0.0.1:8080/distribution.json'
|
||||||
|
|
||||||
const api = new DistributionAPI(
|
const api = new DistributionAPI(
|
||||||
ConfigManager.getLauncherDirectory(),
|
ConfigManager.getLauncherDirectory(),
|
||||||
@ -14,4 +14,4 @@ const api = new DistributionAPI(
|
|||||||
false
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
exports.DistroAPI = api
|
exports.DistroAPI = api
|
||||||
|
Loading…
Reference in New Issue
Block a user