4
0
mirror of https://github.com/AltarikMC/Launcher synced 2025-12-15 12:01:46 +00:00

Added icon, improved UI/UX, added dependencies

This commit is contained in:
2020-12-07 23:57:48 +01:00
committed by Quentin Legot
parent 5e9759b4d8
commit 44586dd303
7 changed files with 494 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
"description": "Launcher Projet Secret",
"main": "main.js",
"scripts": {
"start": "electron .",
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -12,5 +12,9 @@
"license": "ISC",
"devDependencies": {
"electron": "^11.0.3"
},
"dependencies": {
"axios": "^0.21.0",
"minecraft-launcher-core": "^3.15.6"
}
}