From 2c5381418dd92b80390fa30bee42ac8e6cd6431c Mon Sep 17 00:00:00 2001 From: acierto-incomodo <97026099+acierto-incomodo@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:58:01 +0100 Subject: [PATCH] primary thing 1 a --- LICENSE.txt | 2 +- app/assets/lang/_custom.toml | 10 +++++----- dev-app-update.yml | 4 ++-- electron-builder.yml | 10 +++++----- package-lock.json | 4 ++-- package.json | 12 ++++++------ 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index a92150f2..db056859 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2024 Daniel D. Scalzi +Copyright (c) 2017-2024 StormGamesStudios Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/assets/lang/_custom.toml b/app/assets/lang/_custom.toml index da17faf9..6a462b43 100644 --- a/app/assets/lang/_custom.toml +++ b/app/assets/lang/_custom.toml @@ -1,18 +1,18 @@ # Custom Language File for Launcher Customizer [ejs.app] -title = "Helios Launcher" +title = "MyStormLauncherr" [ejs.landing] -mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher" +mediaGitHubURL = "https://github.com/acierto-incomodo/MyStormLauncher" mediaTwitterURL = "#" mediaInstagramURL = "#" mediaYouTubeURL = "#" -mediaDiscordURL = "https://discord.gg/zNWUXdt" +mediaDiscordURL = "#" [ejs.settings] -sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher" -supportLink = "https://github.com/dscalZi/HeliosLauncher/issues" +sourceGithubLink = "https://github.com/acierto-incomodo/MyStormLauncher" +supportLink = "https://github.com/acierto-incomodo/MyStormLauncher/issues" [ejs.welcome] welcomeHeader = "WELCOME TO WESTEROSCRAFT" diff --git a/dev-app-update.yml b/dev-app-update.yml index aa7ce8f4..9dd76a0a 100644 --- a/dev-app-update.yml +++ b/dev-app-update.yml @@ -1,3 +1,3 @@ -owner: dscalzi -repo: HeliosLauncher +owner: acierto-incomodo +repo: MyStormLauncher provider: github diff --git a/electron-builder.yml b/electron-builder.yml index 43a49b88..ff6a91bc 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,8 +1,8 @@ -appId: 'helioslauncher' -productName: 'Helios Launcher' +appId: 'mystormlauncher' +productName: 'MyStormLauncher' artifactName: '${productName}-setup-${version}.${ext}' -copyright: 'Copyright © 2018-2024 Daniel Scalzi' +copyright: 'Copyright © 2018-2024 StormGamesStudios' asar: true compression: 'maximum' @@ -39,8 +39,8 @@ mac: # Linux Configuration linux: target: 'AppImage' - maintainer: 'Daniel Scalzi' - vendor: 'Daniel Scalzi' + maintainer: 'StormGamesStudios' + vendor: 'StormGamesStudios' 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-lock.json b/package-lock.json index 19dee563..8456044d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "helioslauncher", + "name": "mystormlauncher", "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "helioslauncher", + "name": "mystormlauncher", "version": "2.2.1", "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index 6ce1fd61..69582bd0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "helioslauncher", + "name": "mystormlauncher", "version": "2.2.1", - "productName": "Helios Launcher", + "productName": "MyStormLauncher", "description": "Modded Minecraft Launcher", - "author": "Daniel Scalzi (https://github.com/dscalzi/)", + "author": "StormGamesStudios (https://github.com/acierto-incomodo/)", "license": "UNLICENSED", - "homepage": "https://github.com/dscalzi/HeliosLauncher", + "homepage": "https://github.com/acierto-incomodo/MyStormLauncher", "bugs": { - "url": "https://github.com/dscalzi/HeliosLauncher/issues" + "url": "https://github.com/acierto-incomodo/MyStormLauncher/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/acierto-incomodo/MyStormLauncher.git" } }