Merge pull request #3 from PinkFloyd1213/Dev

MAJ 1.7.5
This commit is contained in:
PinkFloyd1213 2020-08-23 16:58:34 +02:00 committed by GitHub
commit 5d776fc87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

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.7.1",
"version": "1.7.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "creeoponnia-launcher",
"version": "1.7.1",
"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",