add gl
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 74 KiB |
@ -2,9 +2,9 @@ const { DistributionAPI } = require('helios-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://helios-files.geekcorner.eu.org/distribution.json'
|
||||
// Old Graschatium url.
|
||||
// exports.REMOTE_DISTRO_URL = 'https://graschatiumdistro.000webhostapp.com/distribution.json'
|
||||
exports.REMOTE_DISTRO_URL = 'https://graschatiumdistro.000webhostapp.com/distribution.json'
|
||||
|
||||
const api = new DistributionAPI(
|
||||
ConfigManager.getLauncherDirectory(),
|
||||
|
@ -1,3 +1,3 @@
|
||||
owner: dscalzi
|
||||
repo: HeliosLauncher
|
||||
owner: gribouille406413
|
||||
repo: GraschatiumLauncher
|
||||
provider: github
|
||||
|
@ -1,8 +1,8 @@
|
||||
appId: 'helioslauncher'
|
||||
productName: 'Helios Launcher'
|
||||
appId: 'graschatiumlauncher'
|
||||
productName: 'Graschatium Launcher'
|
||||
artifactName: '${productName}-setup-${version}.${ext}'
|
||||
|
||||
copyright: 'Copyright © 2018-2024 Daniel Scalzi'
|
||||
copyright: 'Copyright © 2018-2024 Daniel Scalzi and Graschatium'
|
||||
|
||||
asar: true
|
||||
compression: 'maximum'
|
||||
@ -39,8 +39,8 @@ mac:
|
||||
# Linux Configuration
|
||||
linux:
|
||||
target: 'AppImage'
|
||||
maintainer: 'Daniel Scalzi'
|
||||
vendor: 'Daniel Scalzi'
|
||||
maintainer: 'Graschatium'
|
||||
vendor: 'Graschatium'
|
||||
synopsis: 'Modded Minecraft Launcher'
|
||||
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
|
||||
category: 'Game'
|
||||
|
18
package.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "helioslauncher",
|
||||
"version": "2.2.1",
|
||||
"productName": "Helios Launcher",
|
||||
"description": "Modded Minecraft Launcher",
|
||||
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
||||
"license": "UNLICENSED",
|
||||
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
||||
"name": "graschatiumlauncher",
|
||||
"version": "0.0.1",
|
||||
"productName": "Graschatium Launcher",
|
||||
"description": "Le launcher moddé de Graschatium®",
|
||||
"author": "Graschatium",
|
||||
"license": "LICENSED",
|
||||
"homepage": "https://github.com/gribouille406413/GraschatiumLauncher/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
||||
"url": "https://github.com/gribouille406413/GraschatiumLauncher/issues"
|
||||
},
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
@ -46,6 +46,6 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
||||
"url": "git+https://github.com/gribouille406413/GraschatiumLauncher.git"
|
||||
}
|
||||
}
|
||||
|