Update package.json
We can't build RPM for our scoped package due to - https://github.com/electron-userland/electron-builder/issues/5240 Need to remove RPM for now as it's blocking the release
This commit is contained in:
parent
23b4bab1ed
commit
5a760a360c
|
@ -22,7 +22,6 @@
|
|||
"icon": "./build/icons/",
|
||||
"target": [
|
||||
"deb",
|
||||
"rpm",
|
||||
"pacman",
|
||||
"snap"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue