From 7765f14110154c4ac1e42fb877d9b61a2f78bf36 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Wed, 13 Dec 2023 19:39:06 -0800 Subject: [PATCH] Add rpm and deb build targets --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 01ff4b22..080cabba 100644 --- a/package.json +++ b/package.json @@ -129,6 +129,8 @@ "linux": { "target": [ "AppImage", + "deb", + "rpm", "tar.xz" ], "icon": "assets/icons/icon.png",