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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user