From 0b856fc7f41e44a2bd8a33998899938f86f3cc79 Mon Sep 17 00:00:00 2001 From: porori0513 Date: Thu, 15 Feb 2024 23:14:44 +0900 Subject: [PATCH] Edit data --- app/assets/js/configmanager.js | 2 +- app/assets/js/distromanager.js | 2 +- app/assets/lang/_custom.toml | 16 ++++++++-------- package.json | 12 ++++++------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/assets/js/configmanager.js b/app/assets/js/configmanager.js index 38f864fe..0d3e464c 100644 --- a/app/assets/js/configmanager.js +++ b/app/assets/js/configmanager.js @@ -7,7 +7,7 @@ const logger = LoggerUtil.getLogger('ConfigManager') const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME) -const dataPath = path.join(sysRoot, '.helioslauncher') +const dataPath = path.join(sysRoot, '.japsiklauncher') const launcherDir = require('@electron/remote').app.getPath('userData') diff --git a/app/assets/js/distromanager.js b/app/assets/js/distromanager.js index 8ae8ca0c..ab1e6c3f 100644 --- a/app/assets/js/distromanager.js +++ b/app/assets/js/distromanager.js @@ -4,7 +4,7 @@ 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' +exports.REMOTE_DISTRO_URL = 'http://japsik.kro.kr/nebula/distribution.json' const api = new DistributionAPI( ConfigManager.getLauncherDirectory(), diff --git a/app/assets/lang/_custom.toml b/app/assets/lang/_custom.toml index da17faf9..1018e525 100644 --- a/app/assets/lang/_custom.toml +++ b/app/assets/lang/_custom.toml @@ -1,20 +1,20 @@ # Custom Language File for Launcher Customizer [ejs.app] -title = "Helios Launcher" +title = "Japsik Launcher" [ejs.landing] -mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher" +mediaGitHubURL = "https://github.com/thecats1105/Japsik" mediaTwitterURL = "#" mediaInstagramURL = "#" mediaYouTubeURL = "#" -mediaDiscordURL = "https://discord.gg/zNWUXdt" +mediaDiscordURL = "https://discord.gg/japsik" [ejs.settings] -sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher" -supportLink = "https://github.com/dscalZi/HeliosLauncher/issues" +sourceGithubLink = "https://github.com/thecats1105/Japsik" +supportLink = "https://github.com/thecats1105/Japsik/issues" [ejs.welcome] -welcomeHeader = "WELCOME TO WESTEROSCRAFT" -welcomeDescription = "Our mission is to recreate the universe imagined by author George RR Martin in his fantasy series, A Song of Ice and Fire. Through the collaborative effort of thousands of community members, we have sought to create Westeros as accurately and precisely as possible within Minecraft. The world we are creating is yours to explore. Journey from Dorne to Castle Black, and if you aren’t afraid, beyond the Wall itself, but best not delay. As the words of House Stark ominously warn: Winter is Coming." -welcomeDescCTA = "You are just a few clicks away from Westeros." +welcomeHeader = "WELCOME TO JAPSIK" +welcomeDescription = "Our Making City in Minecraft" +welcomeDescCTA = "You are just a few clicks away from Japsik." diff --git a/package.json b/package.json index 9c96ff01..7d720940 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "helioslauncher", + "name": "japsiklauncher", "version": "2.1.1", - "productName": "Helios Launcher", - "description": "Modded Minecraft Launcher", + "productName": "Japsik Launcher", + "description": "Modded Minecraft Launcher for Japsik", "author": "Daniel Scalzi (https://github.com/dscalzi/)", "license": "UNLICENSED", - "homepage": "https://github.com/dscalzi/HeliosLauncher", + "homepage": "https://github.com/thecats1105/Japsik", "bugs": { - "url": "https://github.com/dscalzi/HeliosLauncher/issues" + "url": "https://github.com/thecats1105/Japsik/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/thecats1105/Japsik.git" } }