From 8481ca7e335ba30ded85397af8d24a24bbd1ffaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20H=C3=BCster?= Date: Wed, 26 May 2021 10:22:51 +0200 Subject: [PATCH] add rpm build option to electron builder (#1611) --- electron-builder.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index 9d206502..3cea00f8 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -47,7 +47,8 @@ "target": [ "deb", "tar.gz", - "appimage" + "appimage", + "rpm" ], "extraFiles": [ { @@ -129,4 +130,4 @@ "nsis": { "artifactName": "${name}-setup-${version}-win.${ext}" } -} \ No newline at end of file +}