This commit is contained in:
Prismaexe 2024-01-24 21:30:06 +01:00
parent 95eebc18a7
commit 218fdf5848
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<p align="center"><img src="./app/assets/images/SealCircle.png" width="150px" height="150px" alt="aventium softworks"></p>
<h1 align="center">Helios Launcher</h1>
<h1 align="center">Helios Launcher 1</h1>
<em><h5 align="center">(formerly Electron Launcher)</h5></em>

View File

@ -5,9 +5,9 @@
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
"license": "UNLICENSED",
"homepage": "https://github.com/dscalzi/HeliosLauncher",
"homepage": "https://github.com/Prismaexe/HeliosLauncher",
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
"url": "https://github.com/Prismaexe/HeliosLauncher/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/Prismaexe/HeliosLauncher.git"
}
}