Skip to content

Commit 0f6faa8

Browse files
committed
update libs
1 parent 0e7089a commit 0f6faa8

3 files changed

Lines changed: 29 additions & 45 deletions

File tree

package-lock.json

Lines changed: 27 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Selvania-Launcher",
33
"preductname": "Selvania Launcher",
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"description": "Launcher Mincraft custom (crack, premium)",
66
"main": "src/app.js",
77
"author": "Luuxis",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"electron-updater": "^5.0.1",
23-
"minecraft-java-core": "^3.1.1",
23+
"minecraft-java-core": "^3.4.3",
2424
"node-fetch": "^2.6.7"
2525
},
2626
"devDependencies": {

tool.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ echo start: start launcher
2727
set /P c=enter your choice:
2828
if /I "%c%" EQU "node" cls && cmd
2929
if /I "%c%" EQU "start" cls && npm install && npm start
30-
if /I "%c%" EQU "win" cls && npm install && npm run build:win
31-
if /I "%c%" EQU "mac" cls && npm install && npm run build:mac
32-
if /I "%c%" EQU "linux" cls && npm install && npm run build:linux
33-
if /I "%c%" EQU "all" cls && npm install && npm run build:all
3430
cls
3531
echo une erreur est survenue
3632
goto :launch

0 commit comments

Comments
 (0)