1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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:
Martin McKeaveney 2020-12-15 14:01:46 +00:00 committed by GitHub
parent 39721f06ac
commit 9900ce131f

View file

@ -22,7 +22,6 @@
"icon": "./build/icons/",
"target": [
"deb",
"rpm",
"pacman",
"snap"
],