Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
path: |
release/*.AppImage
release/*.deb
release/*.pacman
release/latest-linux.yml
retention-days: 5

Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
release/latest.yml
release/*.AppImage
release/*.deb
release/*.pacman
release/latest-linux.yml
release/*.dmg
release/*.zip
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
"arch": [
"x64"
]
},
{
"target": "pacman",
"arch": [
"x64"
]
}
],
"icon": "public/icon.png",
Expand Down
Loading