This commit is contained in:
grib406413 2024-04-23 10:03:13 +02:00
parent ae0e9e227d
commit 705b2576b8
8 changed files with 19 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

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

View File

@ -1,3 +1,3 @@
owner: dscalzi owner: gribouille406413
repo: HeliosLauncher repo: GraschatiumLauncher
provider: github provider: github

View File

@ -1,8 +1,8 @@
appId: 'helioslauncher' appId: 'graschatiumlauncher'
productName: 'Helios Launcher' productName: 'Graschatium Launcher'
artifactName: '${productName}-setup-${version}.${ext}' artifactName: '${productName}-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2024 Daniel Scalzi' copyright: 'Copyright © 2018-2024 Daniel Scalzi and Graschatium'
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: 'Graschatium'
vendor: 'Daniel Scalzi' vendor: 'Graschatium'
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'

View File

@ -1,13 +1,13 @@
{ {
"name": "helioslauncher", "name": "graschatiumlauncher",
"version": "2.2.1", "version": "0.0.1",
"productName": "Helios Launcher", "productName": "Graschatium Launcher",
"description": "Modded Minecraft Launcher", "description": "Le launcher moddé de Graschatium®",
"author": "Daniel Scalzi (https://github.com/dscalzi/)", "author": "Graschatium",
"license": "UNLICENSED", "license": "LICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher", "homepage": "https://github.com/gribouille406413/GraschatiumLauncher/",
"bugs": { "bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues" "url": "https://github.com/gribouille406413/GraschatiumLauncher/issues"
}, },
"private": true, "private": true,
"main": "index.js", "main": "index.js",
@ -46,6 +46,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/dscalzi/HeliosLauncher.git" "url": "git+https://github.com/gribouille406413/GraschatiumLauncher.git"
} }
} }