fix: enable 'goose://' handler for debian systems (#3952)

Signed-off-by: Jason Cochard <cochard@protonmail.com>
This commit is contained in:
Jason Cochard
2025-08-11 20:29:21 -07:00
committed by GitHub
parent 168366be3b
commit d6341e9492
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ module.exports = {
bin: 'Goose',
maintainer: 'Block, Inc.',
homepage: 'https://block.github.io/goose/',
categories: ['Development']
categories: ['Development'],
mimeType: ['x-scheme-handler/goose']
},
},
{