1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13: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 23b4bab1ed
commit 5a760a360c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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