From f5d18a10a9f587e2cb2361a14ab8e5d8ef9a0786 Mon Sep 17 00:00:00 2001 From: Kawa Date: Wed, 12 Aug 2026 15:56:21 +0200 Subject: [PATCH] build: set the package author electron-builder warned "author is missed in the package.json" on every run. The field ends up in installer metadata and, on Linux, the desktop entry's maintainer. Name only, taken from the git identity: an email here would be embedded in every published artifact. The AppImage and Flatpak targets do not require one; deb and rpm would, if those are ever added. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b3e71b0..95c30c5 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "1.0.0", "description": "Web-based motion graphics editor with keyframing, masking, filters and text animations", "license": "MIT", + "author": "Kawa", "main": "electron/main.js", "private": true, "scripts": {