Browse Source

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
pull/4023/head
Martin McKeaveney 6 years ago
committed by GitHub
parent
commit
9900ce131f
  1. 1
      packages/server/package.json

1
packages/server/package.json

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

Loading…
Cancel
Save