Skip to content

Commit

Permalink
Add back snap config and deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 14, 2024
1 parent 8bb8be1 commit 7252c06
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions products/jbrowse-desktop/package.json
Expand Up @@ -133,11 +133,27 @@
},
{
"target": "snap"
},
{
"target": "deb"
}
],
"executableName": "jbrowse-desktop",
"artifactName": "jbrowse-desktop-v${version}-linux.${ext}"
},
"deb": {
"maintainer": "colin.diesh@gmail.com"
},
"snap": {
"confinement": "strict",
"plugs": [
"default",
"removable-media"
],
"slots": [
"default"
]
},
"mac": {
"mergeASARs": false,
"target": [
Expand Down

0 comments on commit 7252c06

Please sign in to comment.