Add required metadata for electron-builder

This commit is contained in:
Joan
2025-11-28 11:14:09 +01:00
parent f87c5fde6e
commit c539798dd4

View File

@@ -2,6 +2,12 @@
"name": "echoes-of-the-ashes-pwa", "name": "echoes-of-the-ashes-pwa",
"private": true, "private": true,
"version": "1.0.0", "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", "type": "module",
"main": "electron/main.js", "main": "electron/main.js",
"scripts": { "scripts": {
@@ -76,7 +82,8 @@
"deb" "deb"
], ],
"category": "Game", "category": "Game",
"icon": "electron/icons/icon.png" "icon": "electron/icons/icon.png",
"maintainer": "Echoes of the Ash Team <contact@echoesoftheash.com>"
}, },
"mac": { "mac": {
"category": "public.app-category.games", "category": "public.app-category.games",