Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Sep 16, 2020
1 parent fd5ed7a commit 93fafbf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/configmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const firstLaunch = !fs.existsSync(configPath) && !fs.existsSync(configPathLEGAC

exports.getAbsoluteMinRAM = function(){
const mem = os.totalmem()
return mem >= 6000000000 ? 3 : 2
return mem >= 6000000000 ? 1 : 2
}

exports.getAbsoluteMaxRAM = function(){
Expand Down
16 changes: 8 additions & 8 deletions app/assets/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"js": {
"login": {
"error": {
"invalidValue": "* requis",
"requiredValue": "* requis",
"invalidValue": "* mot de passe requis",
"requiredValue": "* veuillez entrer votre identifiant",
"userMigrated": {
"title": "Erreur:<br>Identifiants invalides",
"desc": "Veuillez vous connecter avec votre email à la place de votre mot de passe.."
Expand All @@ -32,17 +32,17 @@
"desc": "Minecraft n'est pas acheté pour ce compte Mojang. Achetez une copie ici:<a href='https://minecraft.net'> Site de Minecraft officiel</a>"
},
"unknown": {
"title": "Error During Login:<br>Unknown Error"
"title": "Erreur:<br>Erreur inconue"
}
},
"login": "LOGIN",
"loggingIn": "LOGGING IN",
"success": "SUCCESS",
"tryAgain": "Try Again"
"login": "SE CONNECTER",
"loggingIn": "Connexion en cours",
"success": "Connecté",
"tryAgain": "Réessayer"
},
"landing": {
"launch": {
"pleaseWait": "Please wait.."
"pleaseWait": "Patientez..."
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions app/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
</div>
<div id="settingsAboutButtons">
<a href="https://github.com/GeekCornerGH/RTMC-Launcher" id="settingsAboutSourceButton" class="settingsAboutButton">Code source (GitHub)</a>
<!-- The following must be included in third-party usage. -->
<!-- <a href="https://github.com/dscalzi/HeliosLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Original Source</a> -->

<a href="https://github.com/dscalzi/HeliosLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Launcher original</a>
<a href="https://github.com/GeekCornerGH/RTMC-Launcher/issues" id="settingsAboutSupportButton" class="settingsAboutButton">Support</a>
<a href="#" id="settingsAboutDevToolsButton" class="settingsAboutButton">DevTools Console</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtmclauncher",
"version": "1.8.0",
"version": "1.8.1",
"productName": "Launcher RTMC",
"description": "Launcher pour RTMC",
"author": "Daniel Scalzi (https://github.com/dscalzi/) et GeekCorner (https://geekcorner.page.link/yt)",
Expand Down

0 comments on commit 93fafbf

Please sign in to comment.