This commit is contained in:
PinkFloyd1213 2020-08-23 16:51:10 +02:00
parent 25375eb12d
commit 0f6921ce2f
4 changed files with 7 additions and 5 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">Creeponnia Launcher TREST</h1>
<h1 align="center">Creeponnia Launcher</h1>
<em><h5 align="center">(formerly Electron Launcher)</h5></em>

View File

@ -13,7 +13,7 @@
<% } else{ %>
<div id="frameContentWin">
<div id="frameTitleDock">
<span id="frameTitleText">Launcher Creeponnia</span>
<span id="frameTitleText">Launcher Creeponnia 1.7.5</span>
</div>
<div id="frameButtonDockWin">
<button class="frameButton fMb" id="frameButton_minimize" tabIndex="-1">

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "creeoponnia-launcher",
"version": "1.8",
"version": "1.7.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "creeoponnia-launcher",
"version": "1.8",
"version": "1.7.5",
"productName": "Creeponnia Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -11,7 +11,9 @@
},
"private": true,
"main": "index.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"start": "electron .",
"cilinux": "node build.js WINDOWS && node build.js LINUX",