This commit is contained in:
gardenGnostic
2026-03-06 15:55:54 +01:00
committed by GitHub
parent d8f243f334
commit 911f70875f
3 changed files with 102 additions and 3 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "legacylauncher",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"dist": "electron-builder --linux AppImage",
"dist:flatpak": "electron-builder --linux flatpak",
"dist:win": "electron-builder --win nsis",
"dist:mac": "electron-builder --mac dmg"
},
@@ -25,7 +26,8 @@
},
"linux": {
"target": [
"AppImage"
"AppImage",
"flatpak"
],
"category": "Game",
"icon": "512x512.png"