add rpm build option to electron builder (#1611)

This commit is contained in:
Sven Hüster
2021-05-26 10:22:51 +02:00
committed by GitHub
parent 98cf5d25df
commit 8481ca7e33

View File

@@ -47,7 +47,8 @@
"target": [ "target": [
"deb", "deb",
"tar.gz", "tar.gz",
"appimage" "appimage",
"rpm"
], ],
"extraFiles": [ "extraFiles": [
{ {
@@ -129,4 +130,4 @@
"nsis": { "nsis": {
"artifactName": "${name}-setup-${version}-win.${ext}" "artifactName": "${name}-setup-${version}-win.${ext}"
} }
} }