Skip to content

Commit b832fc4

Browse files
committed
feat: remove pacman and rpm distributives
1 parent 59b8f09 commit b832fc4

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
if: runner.os == 'Linux'
9191
run: |
9292
sudo apt-get update
93-
sudo apt-get install -y rpm libarchive-tools
9493
9594
# Download ONLY the appropriate backend for this platform
9695
- name: Download Linux backend
@@ -188,8 +187,6 @@ jobs:
188187
electron-app/dist/*.exe
189188
electron-app/dist/*.AppImage
190189
electron-app/dist/*.deb
191-
electron-app/dist/*.rpm
192-
electron-app/dist/*.pacman
193190
electron-app/dist/*.dmg
194191
electron-app/dist/*.zip
195192
electron-app/dist/*.yml

electron-app/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@
107107
"linux": {
108108
"target": [
109109
"AppImage",
110-
"deb",
111-
"rpm",
112-
"pacman"
110+
"deb"
113111
],
114112
"icon": "icons/512x512.png",
115113
"category": "Utility",

0 commit comments

Comments
 (0)