primary thing 1

a
This commit is contained in:
acierto-incomodo 2024-11-14 16:58:01 +01:00
parent c804ff9485
commit 2c5381418d
6 changed files with 21 additions and 21 deletions

View File

@ -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

View File

@ -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"

View File

@ -1,3 +1,3 @@
owner: dscalzi
repo: HeliosLauncher
owner: acierto-incomodo
repo: MyStormLauncher
provider: github

View File

@ -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'

4
package-lock.json generated
View File

@ -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": {

View File

@ -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"
}
}