Удалены некоторые упоминания HeliosLauncher, а так же изменена ссылка на distribution.json
Some checks are pending
Build / release (macos-latest) (push) Waiting to run
Build / release (ubuntu-latest) (push) Waiting to run
Build / release (windows-latest) (push) Waiting to run

This commit is contained in:
spawnrys 2025-02-07 17:57:00 +03:00
parent ec08d70b2b
commit 501addacbd
6 changed files with 27 additions and 29 deletions

View File

@ -2,9 +2,7 @@ const { DistributionAPI } = require('helios-core/common')
const ConfigManager = require('./configmanager') const ConfigManager = require('./configmanager')
// Old WesterosCraft url. exports.REMOTE_DISTRO_URL = 'https://git.onimai.ru/ONIMAI-SMP/distribution/raw/branch/main/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'
const api = new DistributionAPI( const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(), ConfigManager.getLauncherDirectory(),

View File

@ -1,20 +1,20 @@
# Custom Language File for Launcher Customizer # Custom Language File for Launcher Customizer
[ejs.app] [ejs.app]
title = "Helios Launcher" title = "ONIMAI.RU MC Launcher"
[ejs.landing] [ejs.landing]
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher" mediaGitHubURL = "https://onimai.ru"
mediaTwitterURL = "#" mediaTwitterURL = "#"
mediaInstagramURL = "#" mediaInstagramURL = "#"
mediaYouTubeURL = "#" mediaYouTubeURL = "#"
mediaDiscordURL = "https://discord.gg/zNWUXdt" mediaDiscordURL = "https://ds.onimai.ru"
[ejs.settings] [ejs.settings]
sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher" sourceGithubLink = "https://git.onimai.ru/ONIMAI-SMP/Launcher"
supportLink = "https://github.com/dscalZi/HeliosLauncher/issues" supportLink = "https://git.onimai.ru/ONIMAI-SMP/Launcher/issues"
[ejs.welcome] [ejs.welcome]
welcomeHeader = "WELCOME TO WESTEROSCRAFT" welcomeHeader = "ДОБРО ПОЖАЛОВАТЬ!"
welcomeDescription = "Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you arent afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming." welcomeDescription = "Спасибо что скачали наш лаунчер! В первую очередь он предназначен для удобной игры на наших серверах. С данным лаунчером вы сможете не ебаться с ручным обновлением, а обновлять сборку одним нажатием кнопки. Удачной игры"
welcomeDescCTA = "You are just a few clicks away from Westeros." welcomeDescCTA = "Пара нажатий и ты на сервере"

View File

@ -1,3 +1,3 @@
owner: dscalzi owner: ONIMAI-SMP
repo: HeliosLauncher repo: Launcher
provider: github provider: git.onimai.ru

View File

@ -1,8 +1,8 @@
appId: 'helioslauncher' appId: 'onimairu-mc_launcher'
productName: 'Helios Launcher' productName: 'ONIMAI.RU MC Launcher'
artifactName: '${productName}-setup-${version}.${ext}' artifactName: '${productName}-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2024 Daniel Scalzi' copyright: 'Copyright © 2024 ONIMAI.RU'
asar: true asar: true
compression: 'maximum' compression: 'maximum'
@ -39,8 +39,8 @@ mac:
# Linux Configuration # Linux Configuration
linux: linux:
target: 'AppImage' target: 'AppImage'
maintainer: 'Daniel Scalzi' maintainer: 'SPAWNRYS'
vendor: 'Daniel Scalzi' vendor: 'ONIMAI.RU'
synopsis: 'Modded Minecraft Launcher' synopsis: 'Modded Minecraft Launcher'
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.' description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
category: 'Game' category: 'Game'

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "helioslauncher", "name": "onimairu-mc_launcher",
"version": "2.2.1", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "helioslauncher", "name": "onimairu-mc_launcher",
"version": "2.2.1", "version": "1.0.0",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@electron/remote": "^2.1.2", "@electron/remote": "^2.1.2",

View File

@ -1,13 +1,13 @@
{ {
"name": "helioslauncher", "name": "onimairu-mc_launcher",
"version": "2.2.1", "version": "1.0.0",
"productName": "Helios Launcher", "productName": "ONIMAI.RU MC Launcher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)", "author": "ONIMAI.RU (https://git.onimai.ru/ONIMAI-SMP/)",
"license": "UNLICENSED", "license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher", "homepage": "https://git.onimai.ru/ONIMAI-SMP/Launcher",
"bugs": { "bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues" "url": "https://git.onimai.ru/ONIMAI-SMP/Launcher/issues"
}, },
"private": true, "private": true,
"main": "index.js", "main": "index.js",