This commit is contained in:
Zmyrna 2024-12-14 21:00:17 +09:00
parent aebdf3e27e
commit 337a4438b1
21 changed files with 36 additions and 35 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 902 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -4,7 +4,7 @@ const ConfigManager = require('./configmanager')
// Old WesterosCraft url. // Old WesterosCraft url.
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json' // exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://cdn.mysticred.space/launcher/distribution.json' exports.REMOTE_DISTRO_URL = 'http://59.26.10.62:8080/distribution.json'
const api = new DistributionAPI( const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(), ConfigManager.getLauncherDirectory(),

View File

@ -368,7 +368,7 @@ class ProcessBuilder {
// Java Arguments // Java Arguments
if(process.platform === 'darwin'){ if(process.platform === 'darwin'){
args.push('-Xdock:name=MRSLauncher') args.push('-Xdock:name=RolliPartyLauncher')
args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns')) args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns'))
} }
args.push('-Xmx' + ConfigManager.getMaxRAM(this.server.rawServer.id)) args.push('-Xmx' + ConfigManager.getMaxRAM(this.server.rawServer.id))
@ -419,7 +419,7 @@ class ProcessBuilder {
// Java Arguments // Java Arguments
if(process.platform === 'darwin'){ if(process.platform === 'darwin'){
args.push('-Xdock:name=HeliosLauncher') args.push('-Xdock:name=RolliPartyLauncher')
args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns')) args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns'))
} }
args.push('-Xmx' + ConfigManager.getMaxRAM(this.server.rawServer.id)) args.push('-Xmx' + ConfigManager.getMaxRAM(this.server.rawServer.id))
@ -521,7 +521,7 @@ class ProcessBuilder {
val = args[i].replace(argDiscovery, tempNativePath) val = args[i].replace(argDiscovery, tempNativePath)
break break
case 'launcher_name': case 'launcher_name':
val = args[i].replace(argDiscovery, 'MRS-Launcher') val = args[i].replace(argDiscovery, 'Rolli-Party-Launcher')
break break
case 'launcher_version': case 'launcher_version':
val = args[i].replace(argDiscovery, this.launcherVersion) val = args[i].replace(argDiscovery, this.launcherVersion)

View File

@ -1453,7 +1453,7 @@ function populateAboutVersionInformation(){
*/ */
function populateReleaseNotes(){ function populateReleaseNotes(){
$.ajax({ $.ajax({
url: 'https://github.com/peunsu/MRSLauncher/releases.atom', url: '',
success: (data) => { success: (data) => {
const version = 'v' + remote.app.getVersion() const version = 'v' + remote.app.getVersion()
const entries = $(data).find('entry') const entries = $(data).find('entry')

View File

@ -49,7 +49,7 @@ if(!isDev){
loggerAutoUpdater.info('New update available', info.version) loggerAutoUpdater.info('New update available', info.version)
if(process.platform === 'darwin'){ if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/peunsu/MRSLauncher/releases/download/v${info.version}/MRS-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg` info.darwindownload = `http://59.26.10.62:9090/Rolli-Party-Launcher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : '-x64'}.dmg`
showUpdateUI(info) showUpdateUI(info)
} }

View File

@ -1,21 +1,21 @@
# Custom Language File for Launcher Customizer # Custom Language File for Launcher Customizer
[ejs.app] [ejs.app]
title = "MRS Launcher" title = "Rolli Party Launcher"
[ejs.landing] [ejs.landing]
mediaLinkURL = "https://mysticred.space" mediaLinkURL = "https://ch.sooplive.co.kr/rolli826"
mediaGitHubURL = "https://github.com/peunsu/MRSLauncher" mediaGitHubURL = "#"
mediaTwitterURL = "#" mediaTwitterURL = "#"
mediaInstagramURL = "#" mediaInstagramURL = "#"
mediaYouTubeURL = "#" mediaYouTubeURL = "#"
mediaDiscordURL = "https://discord.gg/Z8j6ahF4MJ" mediaDiscordURL = "https://discord.gg/EbsBXSgxT4"
[ejs.settings] [ejs.settings]
sourceGithubLink = "https://github.com/peunsu/MRSLauncher" sourceGithubLink = "https://github.com/peunsu/MRSLauncher"
supportLink = "https://github.com/peunsu/MRSLauncher/issues" supportLink = "https://github.com/peunsu/MRSLauncher/issues"
[ejs.welcome] [ejs.welcome]
welcomeHeader = "Mystic Red Space" welcomeHeader = "롤리 파티 런처에 어서오세요."
welcomeDescription = "2017년, 작은 모드팩 서버로 시작한 Mystic Red Space는 오랜 시간동안 모드팩 유저의 사랑을 받으면서 현재까지 수십 개 이상의 모드팩 서버를 제공하였습니다. 이제 MRS는 단순한 마인크래프트 모드팩 서버를 넘어서, 더 많은 사람들이 마인크래프트 모드 정보를 쉽게 접하고 모드팩에 대한 관심을 키울 수 있는 모드 커뮤니티로 한 걸음 나아가고 있습니다." welcomeDescription = "다양한 즐길거리와 미니게임"
welcomeDescCTA = "모드팩을 사랑하는 당신을 위한 최고의 선물이 되겠습니다." welcomeDescCTA = ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 902 KiB

View File

@ -1,3 +0,0 @@
owner: peunsu
repo: MRSLauncher
provider: github

View File

@ -1,8 +1,8 @@
appId: 'mrslauncher' appId: 'rollipartylauncher'
productName: 'MRS Launcher' productName: 'Rolli Party Launcher'
artifactName: 'MRS-Launcher-setup-${version}.${ext}' artifactName: 'Rolli-Party-Launcher-setup-${version}.${ext}'
copyright: 'Copyright © 2018-2024 Daniel Scalzi, Copyright © 2024 peunsu' copyright: 'Copyright © 2018-2024 Daniel Scalzi, Copyright © 2024 peunsu, Copyright © 2024 Irgis'
asar: true asar: true
compression: 'maximum' compression: 'maximum'
@ -13,6 +13,10 @@ files:
extraResources: extraResources:
- 'libraries' - 'libraries'
publish:
provider: 'generic'
url: 'http://59.26.10.62:9090/'
# Windows Configuration # Windows Configuration
win: win:
target: target:
@ -33,14 +37,14 @@ mac:
arch: arch:
- 'x64' - 'x64'
- 'arm64' - 'arm64'
artifactName: 'MRS-Launcher-setup-${version}-${arch}.${ext}' artifactName: 'Rolli-Party-Launcher-setup-${version}-${arch}.${ext}'
category: 'public.app-category.games' category: 'public.app-category.games'
# Linux Configuration # Linux Configuration
linux: linux:
target: 'AppImage' target: 'AppImage'
maintainer: 'Daniel Scalzi, peunsu' maintainer: 'Daniel Scalzi, peunsu, Irgis'
vendor: 'Daniel Scalzi, peunsu' vendor: 'Daniel Scalzi, peunsu, Irgis'
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'

View File

@ -28,7 +28,7 @@ function initAutoUpdater(event, data) {
if(isDev){ if(isDev){
autoUpdater.autoInstallOnAppQuit = false autoUpdater.autoInstallOnAppQuit = false
autoUpdater.updateConfigPath = path.join(__dirname, 'dev-app-update.yml') //autoUpdater.updateConfigPath = path.join(__dirname, 'dev-app-update.yml')
} }
if(process.platform === 'darwin'){ if(process.platform === 'darwin'){
autoUpdater.autoDownload = false autoUpdater.autoDownload = false

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mrslauncher", "name": "rollipartylauncher",
"version": "3.0.3", "version": "1.0.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mrslauncher", "name": "rollipartylauncher",
"version": "3.0.3", "version": "1.0.4",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@electron/remote": "^2.1.2", "@electron/remote": "^2.1.2",

View File

@ -1,13 +1,13 @@
{ {
"name": "mrslauncher", "name": "rollipartylauncher",
"version": "3.0.3", "version": "1.0.4",
"productName": "MRS Launcher", "productName": "Rolli Party Launcher",
"description": "Modded Minecraft Launcher", "description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/), peunsu (https://github.com/peunsu)", "author": "Daniel Scalzi (https://github.com/dscalzi/), peunsu (https://github.com/peunsu), Irgis",
"license": "UNLICENSED", "license": "UNLICENSED",
"homepage": "https://github.com/peunsu/MRSLauncher", "homepage": "",
"bugs": { "bugs": {
"url": "https://github.com/peunsu/MRSLauncher/issues" "url": ""
}, },
"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/peunsu/MRSLauncher.git" "url": ""
} }
} }