New distribution url.

pull/270/head
Daniel Scalzi 2023-03-20 21:24:56 -04:00
parent 2f27cdbaf4
commit ee96980dee
No known key found for this signature in database
GPG Key ID: 9E3E2AFE45328AA5
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ const { DistributionAPI } = require('helios-core/common')
const ConfigManager = require('./configmanager')
exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
// Old WesterosCraft url.
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://helios-files.geekcorner.eu.org/distribution.json'
const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(),