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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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