This commit is contained in:
KornFlex59 2023-05-11 13:38:40 +02:00
parent d89b270c20
commit ab9932ccac
3 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ const ConfigManager = require('./configmanager')
// 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'
exports.REMOTE_DISTRO_URL = 'http://212.227.190.64/nebula/distribution.json'
const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(),

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "helioslauncher",
"version": "2.0.4",
"name": "Minesia Launcher",
"version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "helioslauncher",
"version": "2.0.4",
"name": "Minesia Launcher",
"version": "1.0.2",
"license": "UNLICENSED",
"dependencies": {
"@electron/remote": "^2.0.8",

View File

@ -1,13 +1,13 @@
{
"name": "helioslauncher",
"version": "2.0.4",
"productName": "Helios Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"name": "Minesia Launcher",
"version": "1.0.2",
"productName": "Minesia Launcher",
"description": "Sever PvPFaction Moddé",
"author": "Minesia (https://github.com/KornFlex59/-Minesiaa-)",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://github.com/KornFlex59/-Minesiaa-",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://github.com/KornFlex59/-Minesiaa-/issues"
},
"private": true,
"main": "index.js",
@ -44,6 +44,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
"url": "git+https://github.com/KornFlex59/-Minesiaa-.git"
}
}