Initial commit

This commit is contained in:
Trollfury21
2025-08-03 19:58:12 +02:00
parent 6f7255bad8
commit 6b8f0ec324
6 changed files with 28 additions and 6200 deletions

View File

@@ -1,19 +1,15 @@
{
"name": "Chenco Launcher",
"version": "2.2.2",
"name": "ChencoLauncher",
"version": "2.2.1",
"productName": "Chenco Launcher",
"description": "Modded Minecraft Launcher",
"author": "Trollfury (https://github.com/trollfury21/)",
"author": "Trollfury",
"license": "UNLICENSED",
"homepage": "",
"bugs": {
"url": ""
},
"private": true,
"main": "index.js",
"scripts": {
"start": "electron .",
"dist": "electron-builder build",
"dist": "electron-builder --publish always build",
"dist:win": "npm run dist -- -w",
"dist:mac": "npm run dist -- -m",
"dist:linux": "npm run dist -- -l",