commit
5d776fc87a
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "creeoponnia-launcher",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user