Skip to content

Commit

Permalink
Revert d'un commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Oct 8, 2021
1 parent 4cf955d commit 06108e9
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center"><img src="./app/assets/images/SealCircle.png" width="150px" height="150px" alt="aventium softworks"></p>

<h1 align="center">Radeon Launcher</h1>
[<p align="center"><img src="https://img.shields.io/travis/com/Radeonnetwork/radeon-launcher.svg?style=for-the-badge" alt="travis">](https://travis-ci.com/github/Radeonnetwork/radeon-launcher) [<img src="https://img.shields.io/github/downloads/Radeonnetwork/radeon-launcher/total.svg?style=for-the-badge" alt="downloads">](https://github.com/radeonnetwork/radeon-launcher/releases)</p>
<h1 align="center">RTMC Launcher</h1>
[<p align="center"><img src="https://img.shields.io/travis/com/GeekCornerGH/RTMC-launcher.svg?style=for-the-badge" alt="travis">](https://travis-ci.com/github/GeekCornergh/RTMC-launcher) [<img src="https://img.shields.io/github/downloads/GeekCornergh/RTMC-launcher/total.svg?style=for-the-badge" alt="downloads">](https://github.com/GeekCornerGH/RTMC-launcher/releases)</p>

<p align="center">Rejoignez les serveurs Radeon sans avoir à vous soucier d'installer Java, Forge et les mods. Notre launcher s'occuper de tout ça pour vous.</p>
<p align="center">Rejoignez les serveurs RTMC sans avoir à vous soucier d'installer Java, Forge et les mods. Notre launcher s'occuper de tout ça pour vous.</p>

![Screenshot 1](https://i.imgur.com/6o7SmH6.png)
![Screenshot 2](https://i.imgur.com/x3B34n1.png)
Expand Down Expand Up @@ -34,23 +34,23 @@ La liste n'est pas exhaustive. Téléchargez le launcher et découvrez par vous

## Télécharger

Téléchargez le launcher depuis [GitHub](https://github.com/radeonnetwork/radeon-launcher/releases)
Téléchargez le launcher depuis [GitHub](https://github.com/GeekCornerGH/RTMC-launcher/releases)

#### Dernière version

[![](https://img.shields.io/github/v/release/Radeonnetwork/radeon-launcher?style=for-the-badge)](https://github.com/radeonnetwork/radeon-launcher/releases/latest)
[![](https://img.shields.io/github/v/release/Radeonnetwork/radeon-launcher?include_prereleases&style=for-the-badge)](https://github.com/radeonnetwork/radeon-launcher/releases/latest)
[![](https://img.shields.io/github/v/release/GeekCornerGH/RTMC-launcher?style=for-the-badge)](https://github.com/GeekCornerGH/RTMC-launcher/releases/latest)
[![](https://img.shields.io/github/v/release/GeekCornerGH/RTMC-launcher?include_prereleases&style=for-the-badge)](https://github.com/GeekCornerGH/RTMC-launcher/releases/latest)


**Plateformes suportées**

Téléchargez le launcher depuis l'onglet [Releases](https://github.com/radeonnetwork/radeon-launcher/releases), et choisissez l'installateur pour votre ordinateur .
Téléchargez le launcher depuis l'onglet [Releases](https://github.com/GeekCornerGH/RTMC-launcher/releases), et choisissez l'installateur pour votre ordinateur .

| Platform | File |
| -------- | ---- |
| Windows x64 | `radeon-launcher-setup-VERSION.exe` |
| macOS | `radeon-launcher-setup-VERSION.dmg` |
| Linux x64 | `radeon-launcher-linux-VERSION.AppImage` |
| Windows x64 | `RTMC-launcher-setup-VERSION.exe` |
| macOS | `RTMC-launcher-setup-VERSION.dmg` |
| Linux x64 | `RTMC-launcher-linux-VERSION.AppImage` |

---

Expand Down
2 changes: 1 addition & 1 deletion app/app.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" http-equiv="Content-Security-Policy" content="script-src 'self' 'sha256-In6B8teKZQll5heMl9bS7CESTbGvuAt3VVV86BUQBDk='"/>
<title>Launcher Radeon</title>
<title>Launcher RTMC</title>
<script src="./assets/js/scripts/uicore.js"></script>
<script src="./assets/js/scripts/uibinder.js"></script>
<link type="text/css" rel="stylesheet" href="./assets/css/launcher.css">
Expand Down
2 changes: 1 addition & 1 deletion app/assets/js/configmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const logger = require('./loggerutil')('%c[ConfigManager]', 'color: #a02d2a; fon

const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME)
// TODO change
const dataPath = path.join(sysRoot, '.radeon')
const dataPath = path.join(sysRoot, '.RTMC')

// Forked processes do not have access to electron, so we have this workaround.
const launcherDir = process.env.CONFIG_DIRECT_PATH || require('electron').remote.app.getPath('userData')
Expand Down
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ exports.pullRemote = function(){
return exports.pullLocal()
}
return new Promise((resolve, reject) => {
const distroURL = 'http://radeon.fr/launcher/distribution.json'
const distroURL = 'http://RTMC.fr/launcher/distribution.json'
//const distroURL = 'https://raw.githubusercontent.com/GeekCornerGH/RTMC-Launcher/master/app/assets/distribution.json'
//const distroURL = 'https://raw.githubusercontent.com/GeekCornerGH/RTMC-Launcher/114bdea18c03517649c47b17a69388f39c34e158/app/assets/distribution.json'
//const distroURL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
Expand Down
8 changes: 4 additions & 4 deletions app/assets/js/scripts/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function asyncSystemScan(mcVersion, launchAfter = true) {
// Show this information to the user.
setOverlayContent(
"Aucune version compatible de <br>Java n'a été trouvée",
'Pour rejoindre Radeon, vous devez installer Java 8 x64. Voulez-vous que nous installions Java? En insatallant, vous acceptez <a href="http://www.oracle.com/technetwork/java/javase/terms/license/index.html">La licence Java</a>.',
'Pour rejoindre RTMC, vous devez installer Java 8 x64. Voulez-vous que nous installions Java? En insatallant, vous acceptez <a href="http://www.oracle.com/technetwork/java/javase/terms/license/index.html">La licence Java</a>.',
'Installer Java',
'Installer Manuellement'
)
Expand Down Expand Up @@ -756,9 +756,9 @@ function dlAsync(login = true) {
const gameStateChange = function (data) {
data = data.trim()
if (SERVER_JOINED_REGEX.test(data)) {
DiscordWrapper.updateDetails('Exploration de Radeon...')
DiscordWrapper.updateDetails('Exploration de RTMC...')
} else if (GAME_JOINED_REGEX.test(data)) {
//DiscordWrapper.updateDetails('En jeu sur Radeon!')
//DiscordWrapper.updateDetails('En jeu sur RTMC!')
DiscordWrapper.resetTime()
}
}
Expand All @@ -767,7 +767,7 @@ function dlAsync(login = true) {
data = data.trim()
if (data.indexOf('Impossible de trouver net.minecraft.launchwrapper.Launch') > -1) {
loggerLaunchSuite.error('Problème de lancement du jeu, LaunchWrapper n\'a pas été téléchargé proprement.')
showLaunchFailure('Problème du lancement du jeu.', 'Le fichier, LaunchWrapper, n\'a pas été téléchargé proprement. Le jeu n\'a pas pu être lancé.<br><br>Veuillez essayez de désactiver temporairement votre antivirus.<br><br>Veuillez créer une issue <a href="https://github.com/radeonnetwork/radeon-launcher/issues">ici</a>.')
showLaunchFailure('Problème du lancement du jeu.', 'Le fichier, LaunchWrapper, n\'a pas été téléchargé proprement. Le jeu n\'a pas pu être lancé.<br><br>Veuillez essayez de désactiver temporairement votre antivirus.<br><br>Veuillez créer une issue <a href="https://github.com/GeekCornerGH/RTMC-launcher/issues">ici</a>.')
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/assets/js/scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ function populateAboutVersionInformation(){
*/
function populateReleaseNotes(){
$.ajax({
url: 'https://github.com/radeonnetwork/radeon-launcher/releases.atom',
url: 'https://github.com/GeekCornerGH/RTMC-launcher/releases.atom',
success: (data) => {
const version = 'v' + remote.app.getVersion()
const entries = $(data).find('entry')
Expand Down
2 changes: 1 addition & 1 deletion app/assets/js/scripts/uicore.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(!isDev){
loggerAutoUpdaterSuccess.log('Nouvelle version disponible', info.version)

if(process.platform === 'darwin'){
info.darwindownload = `https://github.com/radeonnetwork/radeon-launcher/releases/download/v${info.version}/radeon-launcher-${info.version}.dmg`
info.darwindownload = `https://github.com/GeekCornerGH/RTMC-launcher/releases/download/v${info.version}/RTMC-launcher-${info.version}.dmg`
showUpdateUI(info)
}

Expand Down
2 changes: 1 addition & 1 deletion app/frame.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<% } else{ %>
<div id="frameContentWin">
<div id="frameTitleDock">
<span id="frameTitleText">Launcher Radeon</span>
<span id="frameTitleText">Launcher RTMC</span>
</div>
<div id="frameButtonDockWin">
<button class="frameButton fMb" id="frameButton_minimize" tabIndex="-1">
Expand Down
2 changes: 1 addition & 1 deletion app/landing.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="mediaDivider"></div>
<div id="externalMedia">
<div class="mediaContainer">
<a href="https://radeon.fr" class="mediaURL" id="linkURL">
<a href="https://RTMC.fr" class="mediaURL" id="linkURL">
<svg id="linkSVG" class="mediaSVG" viewBox="35.34 34.3575 70.68 68.71500">
<g>
<path d="M75.37,65.51a3.85,3.85,0,0,0-1.73.42,8.22,8.22,0,0,1,.94,3.76A8.36,8.36,0,0,1,66.23,78H46.37a8.35,8.35,0,1,1,0-16.7h9.18a21.51,21.51,0,0,1,6.65-8.72H46.37a17.07,17.07,0,1,0,0,34.15H66.23A17,17,0,0,0,82.77,65.51Z"/>
Expand Down
4 changes: 2 additions & 2 deletions app/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="loginContent">
<form id="loginForm">
<img id="loginImageSeal" src="assets/images/SealCircle.png"/>
<span id="loginSubheader">Connexion sur Radeon via Mojang</span>
<span id="loginSubheader">Connexion sur RTMC via Mojang</span>
<div class="loginFieldContainer">
<svg id="profileSVG" class="loginSVG" viewBox="40 37 65.36 61.43">
<g>
Expand Down Expand Up @@ -57,7 +57,7 @@
<span class="loginSpanDim" id="loginRegisterSpan">
<a href="https://minecraft.net/en-us/store/minecraft/">Besoin d'acheter Minecraft?</a>
</span>
<p class="loginDisclaimerText">Le mot de passe est transmis de façon crypté chez Mojang et n'est pas stocké chez Radeon.</p>
<p class="loginDisclaimerText">Le mot de passe est transmis de façon crypté chez Mojang et n'est pas stocké chez RTMC.</p>
<p class="loginDisclaimerText">Nous ne sommes pas affilié à Mojang AB.</p>
</div>
</form>
Expand Down
6 changes: 3 additions & 3 deletions app/settings.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<div id="settingsAboutCurrentContainer">
<div id="settingsAboutCurrentContent">
<div id="settingsAboutCurrentHeadline">
<span id="settingsAboutTitle">Launcher Radeon</span>
<span id="settingsAboutTitle">Launcher RTMC</span>
</div>
<div id="settingsAboutCurrentVersion">
<div id="settingsAboutCurrentVersionCheck">&#10003;</div>
Expand All @@ -388,7 +388,7 @@
</div>
</div>
<div id="settingsAboutButtons">
<a href="https://github.com/radeonnetwork/radeon-launcher" id="settingsAboutSourceButton"
<a href="https://github.com/GeekCornerGH/RTMC-launcher" id="settingsAboutSourceButton"
class="settingsAboutButton">Code source (GitHub)</a>

<a href="https://github.com/dscalzi/HeliosLauncher" id="settingsAboutSourceButton"
Expand All @@ -398,7 +398,7 @@
sont</br>issus du Launcher ModRealms</a>
<a href="https://https://github.com/GeekCornerGH" id="settingsAboutSourceButton"
class="settingsAboutButton">Traduction et adaptation</br>par GeekCorner</a>
<a href="https://github.com/radeonnetwork/radeon-launcher/issues" id="settingsAboutSupportButton"
<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 app/welcome.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>-->
<div id="welcomeContent">
<img id="welcomeImageSeal" src="assets/images/SealCircle.png"/>
<span id="welcomeHeader">BIENVENUE SUR RADEON</span>
<span id="welcomeHeader">BIENVENUE SUR RTMC</span>
<span id="welcomeDescription">Merci de nous avoir rejoint. Nous vous proposons des minijeux de qualité.</span>
<br>
<span id="welcomeDescCTA">Vous êtes juste à quelques clics de l'aventure.</span>
Expand Down
6 changes: 3 additions & 3 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ builder.build({
targets: (process.argv[2] != null && Platform[process.argv[2]] != null ? Platform[process.argv[2]] : getCurrentPlatform()).createTarget(),
config: {
appId: '',
productName: 'radeon Launcher',
productName: 'RTMC Launcher',
artifactName: '${productName}-setup-${version}.${ext}',
copyright: 'Copyright © 2018-2020 Daniel Scalzi et GeekCorner',
directories: {
Expand Down Expand Up @@ -48,8 +48,8 @@ builder.build({
target: 'AppImage',
maintainer: 'GeekCorner',
vendor: 'GeekCorner',
synopsis: 'Launcher pour radeon',
description: 'Launcher pour radeon permettant de rejoindre les différents modes de jeux..',
synopsis: 'Launcher pour RTMC',
description: 'Launcher pour RTMC permettant de rejoindre les différents modes de jeux..',
category: 'Game',
artifactName: '${productName}-linux-${version}.${ext}'
},
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "radeonlauncher",
"name": "rtmc-launcher",
"version": "1.8.7-release",
"productName": "Launcher radeon",
"description": "Launcher pour radeon",
"productName": "Launcher RTMC",
"description": "Launcher pour RTMC",
"author": "Daniel Scalzi (https://github.com/dscalzi/) et GeekCorner (https://geekcorner.page.link/yt)",
"license": "UNLICENSED",
"homepage": "https://ytgeek.gq",
"bugs": {
"url": "https://github.com/radeonnetwork/radeon-launcher/issues"
"url": "https://github.com/geekcornergh/rtmc-launcher/issues"
},
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -48,6 +48,6 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/radeonnetwork/radeon-launcher.git"
"url": "git+https://github.com/geekcornergh/rtmc-launcher.git"
}
}

0 comments on commit 06108e9

Please sign in to comment.