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. // 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 = 'https://helios-files.geekcorner.eu.org/distribution.json' exports.REMOTE_DISTRO_URL = 'http://212.227.190.64/nebula/distribution.json'
const api = new DistributionAPI( const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(), ConfigManager.getLauncherDirectory(),

8
package-lock.json generated
View File

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

View File

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