diff --git a/app/assets/images/LoadingSeal.png b/app/assets/images/LoadingSeal.png index afe2c4d4..8a8c2d1a 100644 Binary files a/app/assets/images/LoadingSeal.png and b/app/assets/images/LoadingSeal.png differ diff --git a/app/assets/images/LoadingText.png b/app/assets/images/LoadingText.png index 5e55b332..66c5a3ac 100644 Binary files a/app/assets/images/LoadingText.png and b/app/assets/images/LoadingText.png differ diff --git a/app/assets/images/SealCircle.ico b/app/assets/images/SealCircle.ico index e37b95df..effdfe23 100644 Binary files a/app/assets/images/SealCircle.ico and b/app/assets/images/SealCircle.ico differ diff --git a/app/assets/images/SealCircle.png b/app/assets/images/SealCircle.png index 9e21d08b..8a8c2d1a 100644 Binary files a/app/assets/images/SealCircle.png and b/app/assets/images/SealCircle.png differ diff --git a/app/assets/js/distromanager.js b/app/assets/js/distromanager.js index 8ae8ca0c..00b71935 100644 --- a/app/assets/js/distromanager.js +++ b/app/assets/js/distromanager.js @@ -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(), diff --git a/dev-app-update.yml b/dev-app-update.yml index aa7ce8f4..0dfa5a89 100644 --- a/dev-app-update.yml +++ b/dev-app-update.yml @@ -1,3 +1,3 @@ -owner: dscalzi -repo: HeliosLauncher +owner: gribouille406413 +repo: GraschatiumLauncher provider: github diff --git a/electron-builder.yml b/electron-builder.yml index 43a49b88..e52aa459 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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' diff --git a/package.json b/package.json index f75d856e..02993851 100644 --- a/package.json +++ b/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" } }