const { DistributionAPI } = require('limbo-core/common') const ConfigManager = require('./configmanager') // Old WesterosCraft url. // exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json' exports.REMOTE_DISTRO_URL = 'https://raw.githubusercontent.com/Limbo-Studios/LimboLauncher/master/LurkaryaSMP.json' const api = new DistributionAPI( ConfigManager.getLauncherDirectory(), null, // Injected forcefully by the preloader. null, // Injected forcefully by the preloader. exports.REMOTE_DISTRO_URL, false ) exports.DistroAPI = api