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 +}