mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: add maintainer, homepage and categories to DEB/RPM package config (#3096)
Signed-off-by: Brad Erickson <bderickson@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ let cfg = {
|
||||
CFBundleDocumentTypes: [
|
||||
{
|
||||
CFBundleTypeName: "Folders",
|
||||
CFBundleTypeRole: "Viewer",
|
||||
CFBundleTypeRole: "Viewer",
|
||||
LSHandlerRank: "Alternate",
|
||||
LSItemContentTypes: ["public.directory", "public.folder"]
|
||||
}
|
||||
@@ -85,6 +85,9 @@ module.exports = {
|
||||
config: {
|
||||
name: 'Goose',
|
||||
bin: 'Goose',
|
||||
maintainer: 'Block, Inc.',
|
||||
homepage: 'https://block.github.io/goose/',
|
||||
categories: ['Development']
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -92,6 +95,9 @@ module.exports = {
|
||||
config: {
|
||||
name: 'Goose',
|
||||
bin: 'Goose',
|
||||
maintainer: 'Block, Inc.',
|
||||
homepage: 'https://block.github.io/goose/',
|
||||
categories: ['Development']
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user