This commit is contained in:
luki39 2022-02-28 13:50:08 +01:00
parent cee7633046
commit e97c02aad0
4 changed files with 6 additions and 6 deletions

View File

@ -321,7 +321,7 @@
<div id="settingsAboutButtons"> <div id="settingsAboutButtons">
<a href="https://github.com/luki-39/LukiEnLiveLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Source (GitHub)</a> <a href="https://github.com/luki-39/LukiEnLiveLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Source (GitHub)</a>
<!-- The following must be included in third-party usage. --> <!-- 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/luki-39/LukiEnLiveLauncher" id="settingsAboutSourceButton" class="settingsAboutButton">Original Source</a>
<a href="https://github.com/luki-39/LukiEnLiveLauncher/issues" id="settingsAboutSupportButton" class="settingsAboutButton">Support</a> <a href="https://github.com/luki-39/LukiEnLiveLauncher/issues" id="settingsAboutSupportButton" class="settingsAboutButton">Support</a>
<a href="#" id="settingsAboutDevToolsButton" class="settingsAboutButton">DevTools Console</a> <a href="#" id="settingsAboutDevToolsButton" class="settingsAboutButton">DevTools Console</a>
</div> </div>

View File

@ -1,3 +1,3 @@
owner: dscalzi owner: luki-39
repo: HeliosLauncher repo: LukiEnLiveLauncher
provider: github provider: github

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "lukienlivelauncher", "name": "lukienlivelauncher",
"version": "1.9.8", "version": "1.9.9",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lukienlivelauncher", "name": "lukienlivelauncher",
"version": "1.9.8", "version": "1.9.9",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@electron/remote": "^2.0.4", "@electron/remote": "^2.0.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "lukienlivelauncher", "name": "lukienlivelauncher",
"version": "1.9.8", "version": "1.9.9",
"productName": "LukiEnLive Launcher", "productName": "LukiEnLive Launcher",
"description": "Launcher du serveur Moddé du Streameur LukiEnLive", "description": "Launcher du serveur Moddé du Streameur LukiEnLive",
"author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki", "author": "Daniel Scalzi (https://github.com/dscalzi/) SoraxDubbing / Luki",