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 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,18 +1,18 @@
# Custom Language File for Launcher Customizer # Custom Language File for Launcher Customizer
[ejs.app] [ejs.app]
title = "Helios Launcher" title = "MyStormLauncherr"
[ejs.landing] [ejs.landing]
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher" mediaGitHubURL = "https://github.com/acierto-incomodo/MyStormLauncher"
mediaTwitterURL = "#" mediaTwitterURL = "#"
mediaInstagramURL = "#" mediaInstagramURL = "#"
mediaYouTubeURL = "#" mediaYouTubeURL = "#"
mediaDiscordURL = "https://discord.gg/zNWUXdt" mediaDiscordURL = "#"
[ejs.settings] [ejs.settings]
sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher" sourceGithubLink = "https://github.com/acierto-incomodo/MyStormLauncher"
supportLink = "https://github.com/dscalZi/HeliosLauncher/issues" supportLink = "https://github.com/acierto-incomodo/MyStormLauncher/issues"
[ejs.welcome] [ejs.welcome]
welcomeHeader = "WELCOME TO WESTEROSCRAFT" welcomeHeader = "WELCOME TO WESTEROSCRAFT"

View File

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

View File

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

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "helioslauncher", "name": "mystormlauncher",
"version": "2.2.1", "version": "2.2.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "helioslauncher", "name": "mystormlauncher",
"version": "2.2.1", "version": "2.2.1",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {

View File

@ -1,13 +1,13 @@
{ {
"name": "helioslauncher", "name": "mystormlauncher",
"version": "2.2.1", "version": "2.2.1",
"productName": "Helios Launcher", "productName": "MyStormLauncher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)", "author": "StormGamesStudios (https://github.com/acierto-incomodo/)",
"license": "UNLICENSED", "license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher", "homepage": "https://github.com/acierto-incomodo/MyStormLauncher",
"bugs": { "bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues" "url": "https://github.com/acierto-incomodo/MyStormLauncher/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/acierto-incomodo/MyStormLauncher.git"
} }
} }