From ed200713df6bca1f67f9bcba26cb969f077a8433 Mon Sep 17 00:00:00 2001 From: plenarius Date: Tue, 21 Apr 2026 12:30:18 -0400 Subject: [PATCH] fix: add version/description/author for electron-builder --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 1158020..6e38f17 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,8 @@ { "name": "layonara-forge", + "version": "0.1.0", + "description": "NWN Development IDE — build, edit, and run a Layonara server with only Docker required", + "author": "Layonara ", "private": true, "main": "electron/dist/main.js", "workspaces": [