@ -1,6 +1,7 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2022 Daniel D. Scalzi
|
||||
Copyright (c) 2024 peunsu
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
35
README.md
@ -1,15 +1,17 @@
|
||||
<p align="center"><img src="./app/assets/images/SealCircle.png" width="150px" height="150px" alt="aventium softworks"></p>
|
||||
<p align="center"><img src="./app/assets/images/Icon.png" width="150px" height="150px" alt="aventium softworks"></p>
|
||||
|
||||
<h1 align="center">Helios Launcher</h1>
|
||||
<h1 align="center">MRS Launcher</h1>
|
||||
|
||||
<em><h5 align="center">(formerly Electron Launcher)</h5></em>
|
||||
[<h3 align="center">Forked from Helios Launcher</h3>](https://github.com/dscalzi/HeliosLauncher)
|
||||
|
||||
[<p align="center"><img src="https://img.shields.io/github/actions/workflow/status/dscalzi/HeliosLauncher/build.yml?branch=master&style=for-the-badge" alt="gh actions">](https://github.com/dscalzi/HeliosLauncher/actions) [<img src="https://img.shields.io/github/downloads/dscalzi/HeliosLauncher/total.svg?style=for-the-badge" alt="downloads">](https://github.com/dscalzi/HeliosLauncher/releases) <img src="https://forthebadge.com/images/badges/winter-is-coming.svg" height="28px" alt="winter-is-coming"></p>
|
||||
[<p align="center"><img src="https://img.shields.io/github/actions/workflow/status/peunsu/MRSLauncher/build.yml?branch=master&style=for-the-badge" alt="gh actions">](https://github.com/peunsu/MRSLauncher/actions) [<img src="https://img.shields.io/github/downloads/peunsu/MRSLauncher/total.svg?style=for-the-badge" alt="downloads">](https://github.com/peunsu/MRSLauncher/releases)
|
||||
|
||||
[<p align="center"><img src="https://img.shields.io/endpoint?url=https://minecraft-server-status-badge.vercel.app/api/server/mysticred.space?port=25565&logo=curseforge&logoColor=ffffff&label=MRS Server&labelColor=F16436&color=28231d&style=for-the-badge">](https://mysticred.space) [<img src="https://img.shields.io/discord/330997213255827457?style=for-the-badge&logo=discord&logoColor=ffffff&label=Discord&labelColor=6173f4&color=28231d" alt="discord">](https://discord.gg/Z8j6ahF4MJ)
|
||||
|
||||
<p align="center">Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.</p>
|
||||
|
||||
![Screenshot 1](https://i.imgur.com/6o7SmH6.png)
|
||||
![Screenshot 2](https://i.imgur.com/x3B34n1.png)
|
||||
![Screenshot 1](https://i.imgur.com/hL9gCr3.jpg)
|
||||
![Screenshot 2](https://i.imgur.com/m1yHiM6.jpg)
|
||||
|
||||
## Features
|
||||
|
||||
@ -39,25 +41,25 @@ This is not an exhaustive list. Download and install the launcher to gauge all i
|
||||
|
||||
## Downloads
|
||||
|
||||
You can download from [GitHub Releases](https://github.com/dscalzi/HeliosLauncher/releases)
|
||||
You can download from [GitHub Releases](https://github.com/peunsu/MRSLauncher/releases)
|
||||
|
||||
#### Latest Release
|
||||
|
||||
[![](https://img.shields.io/github/release/dscalzi/HeliosLauncher.svg?style=flat-square)](https://github.com/dscalzi/HeliosLauncher/releases/latest)
|
||||
[![](https://img.shields.io/github/release/dscalzi/HeliosLauncher.svg?style=flat-square)](https://github.com/peunsu/MRSLauncher/releases/latest)
|
||||
|
||||
#### Latest Pre-Release
|
||||
[![](https://img.shields.io/github/release/dscalzi/HeliosLauncher/all.svg?style=flat-square)](https://github.com/dscalzi/HeliosLauncher/releases)
|
||||
[![](https://img.shields.io/github/release/dscalzi/HeliosLauncher/all.svg?style=flat-square)](https://github.com/peunsu/MRSLauncher/releases)
|
||||
|
||||
**Supported Platforms**
|
||||
|
||||
If you download from the [Releases](https://github.com/dscalzi/HeliosLauncher/releases) tab, select the installer for your system.
|
||||
If you download from the [Releases](https://github.com/peunsu/MRSLauncher/releases) tab, select the installer for your system.
|
||||
|
||||
| Platform | File |
|
||||
| -------- | ---- |
|
||||
| Windows x64 | `Helios-Launcher-setup-VERSION.exe` |
|
||||
| macOS x64 | `Helios-Launcher-setup-VERSION-x64.dmg` |
|
||||
| macOS arm64 | `Helios-Launcher-setup-VERSION-arm64.dmg` |
|
||||
| Linux x64 | `Helios-Launcher-setup-VERSION.AppImage` |
|
||||
| Windows x64 | `MRS-Launcher-setup-VERSION.exe` |
|
||||
| macOS x64 | `MRS-Launcher-setup-VERSION-x64.dmg` |
|
||||
| macOS arm64 | `MRS-Launcher-setup-VERSION-arm64.dmg` |
|
||||
| Linux x64 | `MRS-Launcher-setup-VERSION.AppImage` |
|
||||
|
||||
## Console
|
||||
|
||||
@ -91,8 +93,8 @@ This section details the setup of a basic developmentment environment.
|
||||
**Clone and Install Dependencies**
|
||||
|
||||
```console
|
||||
> git clone https://github.com/dscalzi/HeliosLauncher.git
|
||||
> cd HeliosLauncher
|
||||
> git clone https://github.com/peunsu/MRSLauncher.git
|
||||
> cd MRSLauncher
|
||||
> npm install
|
||||
```
|
||||
|
||||
@ -189,7 +191,6 @@ For instructions on setting up Microsoft Authentication, see https://github.com/
|
||||
|
||||
* [Wiki][wiki]
|
||||
* [Nebula (Create Distribution.json)][nebula]
|
||||
* [v2 Rewrite Branch (Inactive)][v2branch]
|
||||
|
||||
The best way to contact the developers is on Discord.
|
||||
|
||||
|
@ -40,8 +40,7 @@
|
||||
<div id="loadingContainer">
|
||||
<div id="loadingContent">
|
||||
<div id="loadSpinnerContainer">
|
||||
<img id="loadCenterImage" src="assets/images/LoadingSeal.png">
|
||||
<img id="loadSpinnerImage" class="rotating" src="assets/images/LoadingText.png">
|
||||
<img id="loadSpinnerImage" class="rotating" src="assets/images/Icon.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -8,13 +8,13 @@
|
||||
******************************************************************************/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Avenir Book';
|
||||
src: url('../fonts/Avenir-Book.ttf');
|
||||
font-family: 'Pretendard SemiBold';
|
||||
src: url('../fonts/Pretendard-SemiBold.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Avenir Medium';
|
||||
src: url('../fonts/Avenir-Medium.ttf');
|
||||
font-family: 'Pretendard Medium';
|
||||
src: url('../fonts/Pretendard-Medium.ttf');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@ -42,7 +42,7 @@ p {
|
||||
|
||||
/* Set default font and color. */
|
||||
body, button {
|
||||
font-family: 'Avenir Book';
|
||||
font-family: 'Pretendard SemiBold';
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -110,7 +110,7 @@ body, button {
|
||||
}
|
||||
#frameTitleText {
|
||||
font-size: 14px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
@ -284,7 +284,7 @@ body, button {
|
||||
}
|
||||
|
||||
#welcomeHeader {
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
text-align: center;
|
||||
color: white;
|
||||
margin-bottom: 25px;
|
||||
@ -497,7 +497,7 @@ body, button {
|
||||
|
||||
/* Header on login view. */
|
||||
#loginSubheader {
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
margin-bottom: 25px;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
@ -522,7 +522,7 @@ body, button {
|
||||
|
||||
/* Span which displays errors related to login field content. */
|
||||
.loginErrorSpan {
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-weight: bold;
|
||||
font-size: 8px;
|
||||
color: #ff1b0c;
|
||||
@ -558,7 +558,7 @@ body, button {
|
||||
|
||||
/* Login text input styles. */
|
||||
.loginField {
|
||||
font-family: 'Avenir Book';
|
||||
font-family: 'Pretendard SemiBold';
|
||||
background: none;
|
||||
border-width: 1.5px 0px 0px 0px;
|
||||
border-style: solid;
|
||||
@ -1222,7 +1222,7 @@ body, button {
|
||||
}
|
||||
.settingsTabHeaderText {
|
||||
font-size: 20px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
}
|
||||
.settingsTabHeaderDesc {
|
||||
font-size: 12px;
|
||||
@ -1261,7 +1261,7 @@ body, button {
|
||||
background: none;
|
||||
font-size: 12px;
|
||||
border-radius: 3px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
transition: 0.25s ease;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
@ -1293,7 +1293,7 @@ body, button {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border-radius: 3px;
|
||||
border: 1px solid rgba(126, 126, 126, 0.57);
|
||||
font-family: 'Avenir Book';
|
||||
font-family: 'Pretendard SemiBold';
|
||||
transition: 0.25s ease;
|
||||
}
|
||||
#settingsContainer input[type=number]:focus,
|
||||
@ -1322,7 +1322,7 @@ body, button {
|
||||
}
|
||||
.settingsFieldTitle {
|
||||
font-size: 14px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
color: rgba(255, 255, 255, 0.95);
|
||||
}
|
||||
.settingsFieldDesc {
|
||||
@ -1485,7 +1485,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
width: 89%;
|
||||
}
|
||||
.settingsFileSelDesc strong {
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
}
|
||||
|
||||
/* * *
|
||||
@ -1593,7 +1593,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
font-size: 12px;
|
||||
color: grey;
|
||||
font-weight: bold;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
}
|
||||
.settingsAuthAccountDetailValue {
|
||||
font-size: 14px;
|
||||
@ -1615,7 +1615,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
border: none;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
outline: none;
|
||||
transition: 0.25s ease;
|
||||
}
|
||||
@ -1640,7 +1640,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
background: none;
|
||||
font-size: 12px;
|
||||
border-radius: 3px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
transition: 0.25s ease;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
@ -2195,7 +2195,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
/* Release type text. */
|
||||
#settingsAboutCurrentVersionTitle {
|
||||
font-size: 12px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
color: #23aa23;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -2284,7 +2284,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
color: white;
|
||||
border-radius: 3px;
|
||||
font-family: 'Avenir Book';
|
||||
font-family: 'Pretendard SemiBold';
|
||||
}
|
||||
.settingsChangelogText li+li {
|
||||
margin-top: .25em;
|
||||
@ -2394,7 +2394,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
/* Release type text. */
|
||||
#settingsUpdateVersionTitle {
|
||||
font-size: 12px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
color: #23aa23;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -2593,7 +2593,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
#newsArticleTitle {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
transition: 0.25s ease;
|
||||
@ -2868,7 +2868,6 @@ input:checked + .toggleSwitchSlider:before {
|
||||
position: relative;
|
||||
height: 70px;
|
||||
width: 70px;
|
||||
border-radius: 50%;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
@ -2910,7 +2909,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
z-index: 1;
|
||||
top: 115%;
|
||||
left: -17.5px;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-size: 12px;
|
||||
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
||||
}
|
||||
@ -3242,7 +3241,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
border-radius: 4px;
|
||||
padding: 5px 10px;
|
||||
z-index: 1;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-size: 12px;
|
||||
transition: visibility 0s linear 0.25s, opacity 0.25s ease;
|
||||
bottom: calc(100% + 15px);
|
||||
@ -3557,7 +3556,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
|
||||
/* Overlay title styles. */
|
||||
#overlayTitle {
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
@ -3583,7 +3582,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
background: none;
|
||||
border: 1px solid #ffffff;
|
||||
color: white;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-weight: bold;
|
||||
border-radius: 2px;
|
||||
padding: 0px 8.1px;
|
||||
@ -3635,7 +3634,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
/* Server selection header. */
|
||||
#serverSelectHeader,
|
||||
#accountSelectHeader {
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
@ -3858,7 +3857,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
background: none;
|
||||
border: 1px solid #ffffff;
|
||||
color: white;
|
||||
font-family: 'Avenir Medium';
|
||||
font-family: 'Pretendard Medium';
|
||||
font-weight: bold;
|
||||
border-radius: 2px;
|
||||
padding: 0px 8.1px;
|
||||
|
BIN
app/assets/fonts/Pretendard-Black.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Bold.ttf
Normal file
BIN
app/assets/fonts/Pretendard-ExtraBold.ttf
Normal file
BIN
app/assets/fonts/Pretendard-ExtraLight.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Light.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Medium.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Regular.ttf
Normal file
BIN
app/assets/fonts/Pretendard-SemiBold.ttf
Normal file
BIN
app/assets/fonts/Pretendard-Thin.ttf
Normal file
BIN
app/assets/images/Icon.ico
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
app/assets/images/Icon.png
Normal file
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 160 KiB |
BIN
app/assets/images/backgrounds/0.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 181 KiB |
BIN
app/assets/images/backgrounds/1.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 502 KiB |
BIN
app/assets/images/backgrounds/2.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.0 MiB |
BIN
app/assets/images/backgrounds/3.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 268 KiB |
BIN
app/assets/images/backgrounds/4.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 456 KiB |
BIN
app/assets/images/backgrounds/5.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.6 MiB |
BIN
app/assets/images/backgrounds/6.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 5.0 MiB |
BIN
app/assets/images/backgrounds/7.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
@ -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, '.mrslauncher')
|
||||
|
||||
const launcherDir = require('@electron/remote').app.getPath('userData')
|
||||
|
||||
|
@ -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 = 'https://launcher.mysticred.space/distribution.json'
|
||||
|
||||
const api = new DistributionAPI(
|
||||
ConfigManager.getLauncherDirectory(),
|
||||
|
@ -1,7 +1,7 @@
|
||||
// NOTE FOR THIRD-PARTY
|
||||
// REPLACE THIS CLIENT ID WITH YOUR APPLICATION ID.
|
||||
// SEE https://github.com/dscalzi/HeliosLauncher/blob/master/docs/MicrosoftAuth.md
|
||||
exports.AZURE_CLIENT_ID = '1ce6e35a-126f-48fd-97fb-54d143ac6d45'
|
||||
exports.AZURE_CLIENT_ID = '8f387cc5-3138-4699-89a9-f97948e3927e'
|
||||
// SEE NOTE ABOVE.
|
||||
|
||||
|
||||
|
@ -36,7 +36,7 @@ exports.setupLanguage = function(){
|
||||
// Load Language Files
|
||||
exports.loadLanguage('en_US')
|
||||
// Uncomment this when translations are ready
|
||||
//exports.loadLanguage('xx_XX')
|
||||
exports.loadLanguage('ko_KR')
|
||||
|
||||
// Load Custom Language File for Launcher Customizer
|
||||
exports.loadLanguage('_custom')
|
||||
|
@ -368,7 +368,7 @@ class ProcessBuilder {
|
||||
|
||||
// Java Arguments
|
||||
if(process.platform === 'darwin'){
|
||||
args.push('-Xdock:name=HeliosLauncher')
|
||||
args.push('-Xdock:name=MRSLauncher')
|
||||
args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns'))
|
||||
}
|
||||
args.push('-Xmx' + ConfigManager.getMaxRAM(this.server.rawServer.id))
|
||||
@ -521,7 +521,7 @@ class ProcessBuilder {
|
||||
val = args[i].replace(argDiscovery, tempNativePath)
|
||||
break
|
||||
case 'launcher_name':
|
||||
val = args[i].replace(argDiscovery, 'Helios-Launcher')
|
||||
val = args[i].replace(argDiscovery, 'MRS-Launcher')
|
||||
break
|
||||
case 'launcher_version':
|
||||
val = args[i].replace(argDiscovery, this.launcherVersion)
|
||||
|
@ -1453,7 +1453,7 @@ function populateAboutVersionInformation(){
|
||||
*/
|
||||
function populateReleaseNotes(){
|
||||
$.ajax({
|
||||
url: 'https://github.com/dscalzi/HeliosLauncher/releases.atom',
|
||||
url: 'https://github.com/peunsu/MRSLauncher/releases.atom',
|
||||
success: (data) => {
|
||||
const version = 'v' + remote.app.getVersion()
|
||||
const entries = $(data).find('entry')
|
||||
|
@ -49,7 +49,7 @@ if(!isDev){
|
||||
loggerAutoUpdater.info('New update available', info.version)
|
||||
|
||||
if(process.platform === 'darwin'){
|
||||
info.darwindownload = `https://github.com/dscalzi/HeliosLauncher/releases/download/v${info.version}/Helios-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg`
|
||||
info.darwindownload = `https://github.com/peunsu/MRSLauncher/releases/download/v${info.version}/MRS-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg`
|
||||
showUpdateUI(info)
|
||||
}
|
||||
|
||||
|
@ -1,20 +1,20 @@
|
||||
# Custom Language File for Launcher Customizer
|
||||
|
||||
[ejs.app]
|
||||
title = "Helios Launcher"
|
||||
title = "MRS Launcher"
|
||||
|
||||
[ejs.landing]
|
||||
mediaGitHubURL = "https://github.com/dscalzi/HeliosLauncher"
|
||||
mediaGitHubURL = "https://github.com/peunsu/MRSLauncher"
|
||||
mediaTwitterURL = "#"
|
||||
mediaInstagramURL = "#"
|
||||
mediaYouTubeURL = "#"
|
||||
mediaDiscordURL = "https://discord.gg/zNWUXdt"
|
||||
mediaDiscordURL = "https://discord.gg/Z8j6ahF4MJ"
|
||||
|
||||
[ejs.settings]
|
||||
sourceGithubLink = "https://github.com/dscalZi/HeliosLauncher"
|
||||
supportLink = "https://github.com/dscalZi/HeliosLauncher/issues"
|
||||
sourceGithubLink = "https://github.com/peunsu/MRSLauncher"
|
||||
supportLink = "https://github.com/peunsu/MRSLauncher/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 = "Mystic Red Space"
|
||||
welcomeDescription = "2017년, 작은 모드팩 서버로 시작한 Mystic Red Space는 오랜 시간동안 모드팩 유저의 사랑을 받으면서 현재까지 수십 개 이상의 모드팩 서버를 제공하였습니다. 이제 MRS는 단순한 마인크래프트 모드팩 서버를 넘어서, 더 많은 사람들이 마인크래프트 모드 정보를 쉽게 접하고 모드팩에 대한 관심을 키울 수 있는 모드 커뮤니티로 한 걸음 나아가고 있습니다."
|
||||
welcomeDescCTA = "모드팩을 사랑하는 당신을 위한 최고의 선물이 되겠습니다."
|
||||
|
297
app/assets/lang/ko_KR.toml
Normal file
@ -0,0 +1,297 @@
|
||||
[ejs.landing]
|
||||
updateAvailableTooltip = "업데이트 가능"
|
||||
usernamePlaceholder = "사용자 이름"
|
||||
usernameEditButton = "편집"
|
||||
settingsTooltip = "설정"
|
||||
serverStatus = "서버"
|
||||
serverStatusPlaceholder = "오프라인"
|
||||
mojangStatus = "MOJANG 상태"
|
||||
mojangStatusTooltipTitle = "서비스"
|
||||
mojangStatusNETitle = "Non Essential"
|
||||
newsButton = "NEWS"
|
||||
launchButton = "PLAY"
|
||||
launchButtonPlaceholder = "• 선택된 서버 없음"
|
||||
launchDetails = "잠시만 기다려주세요.."
|
||||
newsNavigationStatus = "{currentPage} / {totalPages}"
|
||||
newsErrorLoadSpan = "뉴스를 확인하는 중.."
|
||||
newsErrorFailedSpan = "뉴스 불러오기 실패"
|
||||
newsErrorRetryButton = "다시 시도"
|
||||
newsErrorNoneSpan = "뉴스 없음"
|
||||
|
||||
[ejs.login]
|
||||
loginCancelText = "취소"
|
||||
loginSubheader = "마인크래프트 로그인"
|
||||
loginEmailError = "* 유효하지 않은 값"
|
||||
loginEmailPlaceholder = "이메일 또는 사용자 이름"
|
||||
loginPasswordError = "* 필수 항목"
|
||||
loginPasswordPlaceholder = "비밀번호"
|
||||
loginForgotPasswordLink = "https://minecraft.net/password/forgot/"
|
||||
loginForgotPasswordText = "비밀번호를 잊으셨나요?"
|
||||
loginRememberMeText = "로그인 저장"
|
||||
loginButtonText = "로그인"
|
||||
loginNeedAccountLink = "https://minecraft.net/store/minecraft-java-edition/"
|
||||
loginNeedAccountText = "계정이 없으신가요?"
|
||||
loginPasswordDisclaimer1 = "비밀번호는 Mojang에 직접 전송되며 저장되지 않습니다."
|
||||
loginPasswordDisclaimer2 = "{appName}는 Mojang AB와 관련이 없습니다."
|
||||
|
||||
[ejs.loginOptions]
|
||||
loginOptionsTitle = "로그인 옵션"
|
||||
loginWithMicrosoft = "Microsoft 계정으로 로그인"
|
||||
loginWithMojang = "Mojang 계정으로 로그인"
|
||||
cancelButton = "취소"
|
||||
|
||||
[ejs.overlay]
|
||||
serverSelectHeader = "서버 선택"
|
||||
serverSelectConfirm = "선택"
|
||||
serverSelectCancel = "취소"
|
||||
accountSelectHeader = "계정 선택"
|
||||
accountSelectConfirm = "선택"
|
||||
accountSelectCancel = "취소"
|
||||
|
||||
[ejs.settings]
|
||||
navHeaderText = "설정"
|
||||
navAccount = "계정"
|
||||
navMinecraft = "마인크래프트"
|
||||
navMods = "모드"
|
||||
navJava = "Java"
|
||||
navLauncher = "런처"
|
||||
navAbout = "정보"
|
||||
navUpdates = "업데이트"
|
||||
navDone = "완료"
|
||||
tabAccountHeaderText = "계정 설정"
|
||||
tabAccountHeaderDesc = "새로운 계정을 추가하거나 기존 계정을 관리합니다."
|
||||
microsoftAccount = "Microsoft"
|
||||
addMicrosoftAccount = "+ Microsoft 계정 추가"
|
||||
mojangAccount = "Mojang"
|
||||
addMojangAccount = "+ Mojang 계정 추가"
|
||||
minecraftTabHeaderText = "마인크래프트 설정"
|
||||
minecraftTabHeaderDesc = "게임 실행과 관련된 설정입니다."
|
||||
gameResolutionTitle = "게임 해상도"
|
||||
launchFullscreenTitle = "전체 화면으로 실행합니다."
|
||||
autoConnectTitle = "게임 실행 후 자동으로 서버에 접속합니다."
|
||||
launchDetachedTitle = "런처와 게임 프로세스를 분리하여 실행합니다."
|
||||
launchDetachedDesc = "이 옵션을 사용하면 런처를 닫아도 게임이 계속 실행됩니다."
|
||||
tabModsHeaderText = "모드 설정"
|
||||
tabModsHeaderDesc = "모드를 활성화하거나 비활성화합니다."
|
||||
switchServerButton = "변경"
|
||||
requiredMods = "필수 모드"
|
||||
optionalMods = "선택 모드"
|
||||
dropinMods = "사용자 추가 모드"
|
||||
addMods = "모드 추가"
|
||||
dropinRefreshNote = "(F5를 눌러 새로고침)"
|
||||
shaderpacks = "쉐이더팩"
|
||||
shaderpackDesc = "쉐이더를 활성화하거나 비활성화합니다. 쉐이더가 원활하게 작동하려면 높은 컴퓨터 성능이 필요합니다. 여기서 쉐이더팩을 추가할 수 있습니다."
|
||||
selectShaderpack = "쉐이더팩 선택"
|
||||
tabJavaHeaderText = "Java 설정"
|
||||
tabJavaHeaderDesc = "Java 설정을 관리합니다 (고급 설정)."
|
||||
memoryTitle = "메모리"
|
||||
maxRAM = "최대 RAM"
|
||||
minRAM = "최소 RAM"
|
||||
memoryDesc = "권장하는 최소 RAM은 4GB입니다. 최소와 최대 RAM을 같은 값으로 설정하면 게임 렉을 줄일 수 있습니다."
|
||||
memoryTotalTitle = "전체"
|
||||
memoryAvailableTitle = "사용 가능"
|
||||
javaExecutableTitle = "Java 실행 파일"
|
||||
javaExecSelDialogTitle = "Java 실행 파일 선택"
|
||||
javaExecSelButtonText = "파일 선택"
|
||||
javaExecDesc = "게임 실행 전에 Java 실행 파일의 유효성을 검사합니다."
|
||||
javaPathDesc = "Java 실행 파일의 경로는 반드시 <strong>{pathSuffix}</strong>로 끝나야 합니다."
|
||||
jvmOptsTitle = "JVM 인수 설정"
|
||||
jvmOptsDesc = "실행 시 JVM에 전달할 추가 인수를 설정합니다. <em>-Xms</em>와 <em>-Xmx</em>는 포함되지 않아야 합니다."
|
||||
launcherTabHeaderText = "런처 설정"
|
||||
launcherTabHeaderDesc = "런처와 관련된 설정입니다."
|
||||
allowPrereleaseTitle = "Pre-Release 업데이트를 허용합니다."
|
||||
allowPrereleaseDesc = "Pre-Release는 안정성이 보장되지 않은 기능을 포함할 수 있습니다.<br>현재 실행 중인 런처가 Pre-Release 버전이라면, 이 설정은 항상 활성화됩니다."
|
||||
dataDirectoryTitle = "데이터 디렉토리"
|
||||
selectDataDirectory = "데이터 디렉토리 선택"
|
||||
chooseFolder = "폴더 선택"
|
||||
dataDirectoryDesc = "모든 게임 파일과 로컬 Java 설치는 데이터 디렉토리에 저장됩니다.<br>스크린샷과 월드 데이터는 서버 설정에서 지정한 인스턴스 폴더에 저장됩니다."
|
||||
aboutTabHeaderText = "정보"
|
||||
aboutTabHeaderDesc = "런처 정보와 릴리즈 노트를 확인합니다."
|
||||
aboutTitle = "{appName}"
|
||||
stableRelease = "Stable Release"
|
||||
versionText = "Version "
|
||||
sourceGithub = "GitHub"
|
||||
support = "Support"
|
||||
devToolsConsole = "DevTools Console"
|
||||
releaseNotes = "릴리즈 노트"
|
||||
changelog = "변경 로그"
|
||||
noReleaseNotes = "릴리즈 노트 없음"
|
||||
viewReleaseNotes = "GitHub에서 릴리즈 노트 보기"
|
||||
launcherUpdatesHeaderText = "런처 업데이트"
|
||||
launcherUpdatesHeaderDesc = "런처 업데이트를 확인하고 설치합니다."
|
||||
checkForUpdates = "업데이트 확인"
|
||||
whatsNew = "새로운 기능"
|
||||
updateReleaseNotes = "업데이트 릴리즈 노트"
|
||||
|
||||
[ejs.waiting]
|
||||
waitingText = "Microsoft의 응답을 기다리는 중.."
|
||||
|
||||
[ejs.welcome]
|
||||
continueButton = "계속"
|
||||
|
||||
|
||||
[js.discord]
|
||||
waiting = "클라이언트 대기 중.."
|
||||
state = "Server: {shortId}"
|
||||
|
||||
[js.index]
|
||||
microsoftLoginTitle = "Microsoft 로그인"
|
||||
microsoftLogoutTitle = "Microsoft 로그아웃"
|
||||
|
||||
[js.login]
|
||||
login = "로그인"
|
||||
loggingIn = "로그인 중"
|
||||
success = "성공"
|
||||
tryAgain = "다시 시도"
|
||||
|
||||
[js.login.error]
|
||||
invalidValue = "* 유효하지 않은 값"
|
||||
requiredValue = "* 필수 항목"
|
||||
|
||||
[js.login.error.unknown]
|
||||
title = "알 수 없는 로그인 오류"
|
||||
desc = "로그인 중 알 수 없는 오류가 발생했습니다. 콘솔에서 자세한 내용을 확인하세요."
|
||||
|
||||
[js.landing.launch]
|
||||
pleaseWait = "잠시만 기다려주세요.."
|
||||
failureTitle = "실행 중 오류 발생"
|
||||
failureText = "콘솔 (CTRL + Shift + i) 에서 자세한 내용을 확인하세요."
|
||||
okay = "확인"
|
||||
|
||||
[js.landing.selectedAccount]
|
||||
noAccountSelected = "선택된 계정 없음"
|
||||
|
||||
[js.landing.selectedServer]
|
||||
noSelection = "선택된 서버 없음"
|
||||
loading = "로딩 중.."
|
||||
|
||||
[js.landing.serverStatus]
|
||||
server = "서버"
|
||||
offline = "오프라인"
|
||||
players = "플레이어"
|
||||
|
||||
[js.landing.systemScan]
|
||||
checking = "시스템 정보 확인 중.."
|
||||
noCompatibleJava = "호환되는 Java가<br>설치되지 않음"
|
||||
installJavaMessage = "마인크래프트 실행을 위해 64비트 Java {major} 설치가 필요합니다. Java를 설치할까요?"
|
||||
installJava = "Java 설치"
|
||||
installJavaManually = "수동 설치"
|
||||
javaDownloadPrepare = "Java 다운로드 준비 중.."
|
||||
javaDownloadFailureTitle = "Java 다운로드 중 오류 발생"
|
||||
javaDownloadFailureText = "콘솔 (CTRL + Shift + i) 에서 자세한 내용을 확인하세요."
|
||||
javaRequired = "실행을 위해<br>Java가 필요합니다"
|
||||
javaRequiredMessage = "실행을 위해 유효한 64비트 Java {major} 를 설치해야 합니다.<br><br><a href=\"https://github.com/dscalzi/HeliosLauncher/wiki/Java-Management#manually-installing-a-valid-version-of-java\">Java Management Guide</a>를 참조하여 Java 수동 설치 방법을 확인하세요."
|
||||
javaRequiredDismiss = "확인"
|
||||
javaRequiredCancel = "돌아가기"
|
||||
|
||||
[js.landing.downloadJava]
|
||||
findJdkFailure = "OpenJDK를 찾을 수 없습니다."
|
||||
javaDownloadCorruptedError = "다운로드한 JDK가 손상되었습니다."
|
||||
extractingJava = "Java 압축 해제 중.."
|
||||
javaInstalled = "Java 설치 완료!"
|
||||
|
||||
[js.landing.dlAsync]
|
||||
loadingServerInfo = "서버 정보 로딩 중.."
|
||||
fatalError = "치명적 오류 발생"
|
||||
unableToLoadDistributionIndex = "배포 인덱스를 불러올 수 없습니다. 콘솔 (CTRL + Shift + i) 에서 자세한 내용을 확인하세요."
|
||||
pleaseWait = "잠시만 기다려주세요.."
|
||||
errorDuringLaunchTitle = "실행 중 오류 발생"
|
||||
seeConsoleForDetails = "콘솔 (CTRL + Shift + i) 에서 자세한 내용을 확인하세요."
|
||||
validatingFileIntegrity = "파일 무결성 검사 중.."
|
||||
errorDuringFileVerificationTitle = "파일 검사 중 오류 발생"
|
||||
downloadingFiles = "파일 다운로드 중.."
|
||||
errorDuringFileDownloadTitle = "파일 다운로드 중 오류 발생"
|
||||
preparingToLaunch = "실행 준비 중.."
|
||||
launchingGame = "게임 실행 중.."
|
||||
launchWrapperNotDownloaded = "게임 실행을 위한 메인 파일(LaunchWrapper)을 다운로드할 수 없습니다.<br><br>문제 해결을 위해 임시로 안티바이러스 프로그램을 비활성화한 뒤 게임을 다시 실행해 보세요.<br><br>만약 이 문제가 계속된다면, <a href=\"https://github.com/peunsu/MRSLauncher/issues\">GitHub 이슈 페이지</a>에 사용 중인 안티바이러스 프로그램과 함께 문제를 제보해 주세요."
|
||||
doneEnjoyServer = "완료. 즐거운 시간 되세요!"
|
||||
checkConsoleForDetails = "콘솔 (CTRL + Shift + i) 에서 자세한 내용을 확인하세요."
|
||||
|
||||
[js.landing.news]
|
||||
checking = "뉴스 확인 중"
|
||||
|
||||
[js.landing.discord]
|
||||
loading = "게임 로딩 중.."
|
||||
joining = "서버 접속 중.."
|
||||
joined = "Mystic Red Space"
|
||||
|
||||
[js.overlay]
|
||||
dismiss = "닫기"
|
||||
|
||||
[js.settings.fileSelectors]
|
||||
executables = "실행 파일"
|
||||
allFiles = "모든 파일"
|
||||
|
||||
[js.settings.mstfLogin]
|
||||
errorTitle = "오류 발생"
|
||||
errorMessage = "Microsoft 로그인에 실패했습니다. 다시 시도해 주세요."
|
||||
okButton = "확인"
|
||||
|
||||
[js.settings.mstfLogout]
|
||||
errorTitle = "오류 발생"
|
||||
errorMessage = "Microsoft 로그아웃에 실패했습니다. 다시 시도해 주세요."
|
||||
okButton = "확인"
|
||||
|
||||
[js.settings.authAccountSelect]
|
||||
selectButton = "계정 선택"
|
||||
selectedButton = "선택된 계정 ✔"
|
||||
|
||||
[js.settings.authAccountLogout]
|
||||
lastAccountWarningTitle = "경고<br>마지막 남은 계정을 로그아웃합니다."
|
||||
lastAccountWarningMessage = "런처를 사용하려면 최소한 하나의 계정은 로그인되어 있어야 합니다.<br><br>정말 로그아웃 하시겠습니까?"
|
||||
confirmButton = "확인"
|
||||
cancelButton = "취소"
|
||||
|
||||
[js.settings.authAccountPopulate]
|
||||
username = "사용자 이름"
|
||||
uuid = "UUID"
|
||||
selectAccount = "계정 선택"
|
||||
selectedAccount = "선택된 계정 ✓"
|
||||
logout = "로그아웃"
|
||||
|
||||
[js.settings.dropinMods]
|
||||
removeButton = "제거"
|
||||
deleteFailedTitle = "사용자 추가 모드 삭제 실패<br>{fullName}"
|
||||
deleteFailedMessage = "삭제하려는 파일이 사용 중인지 확인하고 다시 시도해 주세요."
|
||||
failedToggleTitle = "사용자 추가 모드를<br>활성화/비활성화할 수 없습니다."
|
||||
okButton = "확인"
|
||||
|
||||
[js.settings.serverListing]
|
||||
mainServer = "메인 서버"
|
||||
|
||||
[js.settings.java]
|
||||
selectedJava = "선택: Java {version} ({vendor})"
|
||||
invalidSelection = "유효하지 않은 선택"
|
||||
requiresJava = "64비트 Java {major}가 필요합니다."
|
||||
availableOptions = "Java {major} (HotSpot VM)의 사용 가능한 JVM 인수"
|
||||
|
||||
[js.settings.about]
|
||||
preReleaseTitle = "Pre-release"
|
||||
stableReleaseTitle = "Stable Release"
|
||||
releaseNotesFailed = "릴리즈 노트를 불러올 수 없습니다."
|
||||
|
||||
[js.settings.updates]
|
||||
newReleaseTitle = "새로운 Release 업데이트 가능"
|
||||
newPreReleaseTitle = "새로운 Pre-Release 업데이트 가능"
|
||||
downloadingButton = "다운로드 중.."
|
||||
downloadButton = 'GitHub에서 다운로드<span style="font-size: 10px;color: gray;text-shadow: none !important;">런처를 종료하고 dmg 파일을 실행하여 업데이트하세요.</span>'
|
||||
latestVersionTitle = "최신 버전을 사용하고 있습니다"
|
||||
checkForUpdatesButton = "업데이트 확인"
|
||||
checkingForUpdatesButton = "업데이트 확인 중.."
|
||||
|
||||
[js.uibinder.startup]
|
||||
fatalErrorTitle = "치명적 오류: 배포 인덱스를 불러올 수 없습니다."
|
||||
fatalErrorMessage = "배포 인덱스 다운로드 서버에 연결할 수 없습니다. 로컬 복사본도 존재하지 않습니다.<br><br>배포 인덱스는 최신 서버 정보를 제공하는 필수 파일로 런처를 실행하기 위해 필요합니다. 인터넷 연결을 확인하고 프로그램을 다시 실행해 보세요."
|
||||
closeButton = "닫기"
|
||||
|
||||
[js.uibinder.validateAccount]
|
||||
failedMessageTitle = "로그인 갱신 실패"
|
||||
failedMessage = "<strong>{account}</strong>의 로그인을 갱신할 수 없습니다. 다른 계정을 선택하거나 다시 로그인하세요."
|
||||
failedMessageSelectAnotherAccount = "<strong>{account}</strong>의 로그인을 갱신할 수 없습니다. 다시 로그인하세요."
|
||||
loginButton = "로그인"
|
||||
selectAnotherAccountButton = "다른 계정 선택"
|
||||
|
||||
[js.uicore.autoUpdate]
|
||||
checkingForUpdateButton = "업데이트 확인 중..."
|
||||
installNowButton = "설치하기"
|
||||
checkForUpdatesButton = "업데이트 확인"
|
@ -2,7 +2,7 @@
|
||||
<div id="upper">
|
||||
<div id="left">
|
||||
<div id="image_seal_container">
|
||||
<img id="image_seal" src="assets/images/SealCircle.png"/>
|
||||
<img id="image_seal" src="assets/images/Icon.png"/>
|
||||
<div id="updateAvailableTooltip"><%- lang('landing.updateAvailableTooltip') %></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div id="loginContent">
|
||||
<form id="loginForm">
|
||||
<img id="loginImageSeal" src="assets/images/SealCircle.png"/>
|
||||
<img id="loginImageSeal" src="assets/images/Icon.png"/>
|
||||
<span id="loginSubheader"><%- lang('login.loginSubheader') %></span>
|
||||
<div class="loginFieldContainer">
|
||||
<svg id="profileSVG" class="loginSVG" viewBox="40 37 65.36 61.43">
|
||||
|
@ -314,7 +314,7 @@
|
||||
<div id="settingsAboutCurrentContainer">
|
||||
<div id="settingsAboutCurrentContent">
|
||||
<div id="settingsAboutCurrentHeadline">
|
||||
<img id="settingsAboutLogo" src="./assets/images/SealCircle.png">
|
||||
<img id="settingsAboutLogo" src="./assets/images/Icon.png">
|
||||
<span id="settingsAboutTitle"><%- lang('settings.aboutTitle', { appName: lang('app.title') }) %></span>
|
||||
</div>
|
||||
<div id="settingsAboutCurrentVersion">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="cloudBottom"></div>
|
||||
</div>-->
|
||||
<div id="welcomeContent">
|
||||
<img id="welcomeImageSeal" src="assets/images/SealCircle.png"/>
|
||||
<img id="welcomeImageSeal" src="assets/images/Icon.png"/>
|
||||
<span id="welcomeHeader"><%- lang('welcome.welcomeHeader') %></span>
|
||||
<span id="welcomeDescription"><%- lang('welcome.welcomeDescription') %></span>
|
||||
<br>
|
||||
|
BIN
build/icon.png
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 18 KiB |
@ -1,3 +1,3 @@
|
||||
owner: dscalzi
|
||||
repo: HeliosLauncher
|
||||
owner: peunsu
|
||||
repo: MRSLauncher
|
||||
provider: github
|
||||
|
@ -1,8 +1,8 @@
|
||||
appId: 'helioslauncher'
|
||||
productName: 'Helios Launcher'
|
||||
artifactName: '${productName}-setup-${version}.${ext}'
|
||||
appId: 'mrslauncher'
|
||||
productName: 'MRS Launcher'
|
||||
artifactName: 'MRS-Launcher-setup-${version}.${ext}'
|
||||
|
||||
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
|
||||
copyright: 'Copyright © 2018-2022 Daniel Scalzi, Copyright © 2024 peunsu'
|
||||
|
||||
asar: true
|
||||
compression: 'maximum'
|
||||
@ -33,14 +33,14 @@ mac:
|
||||
arch:
|
||||
- 'x64'
|
||||
- 'arm64'
|
||||
artifactName: '${productName}-setup-${version}-${arch}.${ext}'
|
||||
artifactName: 'MRS-Launcher-setup-${version}-${arch}.${ext}'
|
||||
category: 'public.app-category.games'
|
||||
|
||||
# Linux Configuration
|
||||
linux:
|
||||
target: 'AppImage'
|
||||
maintainer: 'Daniel Scalzi'
|
||||
vendor: 'Daniel Scalzi'
|
||||
maintainer: 'Daniel Scalzi, peunsu'
|
||||
vendor: 'Daniel Scalzi, peunsu'
|
||||
synopsis: 'Modded Minecraft Launcher'
|
||||
description: 'Custom launcher which allows users to join modded servers. All mods, configurations, and updates are handled automatically.'
|
||||
category: 'Game'
|
||||
|
6
index.js
@ -130,7 +130,7 @@ ipcMain.on(MSFT_OPCODE.OPEN_LOGIN, (ipcEvent, ...arguments_) => {
|
||||
width: 520,
|
||||
height: 600,
|
||||
frame: true,
|
||||
icon: getPlatformIcon('SealCircle')
|
||||
icon: getPlatformIcon('Icon')
|
||||
})
|
||||
|
||||
msftAuthWindow.on('closed', () => {
|
||||
@ -183,7 +183,7 @@ ipcMain.on(MSFT_OPCODE.OPEN_LOGOUT, (ipcEvent, uuid, isLastAccount) => {
|
||||
width: 520,
|
||||
height: 600,
|
||||
frame: true,
|
||||
icon: getPlatformIcon('SealCircle')
|
||||
icon: getPlatformIcon('Icon')
|
||||
})
|
||||
|
||||
msftLogoutWindow.on('closed', () => {
|
||||
@ -229,7 +229,7 @@ function createWindow() {
|
||||
win = new BrowserWindow({
|
||||
width: 980,
|
||||
height: 552,
|
||||
icon: getPlatformIcon('SealCircle'),
|
||||
icon: getPlatformIcon('Icon'),
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js'),
|
||||
|
8036
package-lock.json
generated
14
package.json
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "helioslauncher",
|
||||
"version": "2.1.1",
|
||||
"productName": "Helios Launcher",
|
||||
"name": "mrslauncher",
|
||||
"version": "3.0.0",
|
||||
"productName": "MRS Launcher",
|
||||
"description": "Modded Minecraft Launcher",
|
||||
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
||||
"author": "Daniel Scalzi (https://github.com/dscalzi/), peunsu (https://github.com/peunsu)",
|
||||
"license": "UNLICENSED",
|
||||
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
||||
"homepage": "https://github.com/peunsu/MRSLauncher",
|
||||
"bugs": {
|
||||
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
||||
"url": "https://github.com/peunsu/MRSLauncher/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/peunsu/MRSLauncher.git"
|
||||
}
|
||||
}
|
||||
|