From c539798dd44794ceee595dd3632b189b54384083 Mon Sep 17 00:00:00 2001 From: Joan Date: Fri, 28 Nov 2025 11:14:09 +0100 Subject: [PATCH] Add required metadata for electron-builder --- pwa/package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pwa/package.json b/pwa/package.json index ade2259..fe33aa4 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -2,6 +2,12 @@ "name": "echoes-of-the-ashes-pwa", "private": true, "version": "1.0.0", + "description": "Echoes of the Ash - A dark fantasy RPG adventure", + "author": { + "name": "Echoes of the Ash Team", + "email": "contact@echoesoftheash.com" + }, + "homepage": "https://echoesoftheash.com", "type": "module", "main": "electron/main.js", "scripts": { @@ -76,7 +82,8 @@ "deb" ], "category": "Game", - "icon": "electron/icons/icon.png" + "icon": "electron/icons/icon.png", + "maintainer": "Echoes of the Ash Team " }, "mac": { "category": "public.app-category.games",