From 7c1c65eed09ed8263315d02cc071bf6eae98a765 Mon Sep 17 00:00:00 2001 From: Kevin Turner <83819+keturn@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:07:05 -0700 Subject: [PATCH] build: fix icons & support deb distribution - fmp defaults to building Linux icons from the Mac icns file - deb packages need a `linux.maintainer` email when there is not a single package `author`. --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e82e48..384ab18 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,9 @@ ] } ], + "mac": { + "icon": "main/build/icon.icns" + }, "linux": { "publish": [ "github" @@ -62,7 +65,11 @@ "asarUnpack": [ "**/node_modules/sharp/**" ], - "icon": "build/icon.png" + "category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;", + "maintainer": "TGS963 " + }, + "deb": { + "packageCategory": "graphics" }, "files": [ "main",