mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
Merge pull request #594 from hrsvrn/linux-icon-and-url-scheme
added icon and rowboat url scheme handler to linux packages
This commit is contained in:
commit
08a727c5ec
1 changed files with 6 additions and 2 deletions
|
|
@ -66,7 +66,9 @@ module.exports = {
|
||||||
bin: "rowboat",
|
bin: "rowboat",
|
||||||
description: 'AI coworker with memory',
|
description: 'AI coworker with memory',
|
||||||
maintainer: 'rowboatlabs',
|
maintainer: 'rowboatlabs',
|
||||||
homepage: 'https://rowboatlabs.com'
|
homepage: 'https://rowboatlabs.com',
|
||||||
|
icon: path.join(__dirname, 'icons/icon.png'),
|
||||||
|
mimeType: ['x-scheme-handler/rowboat'],
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
@ -77,7 +79,9 @@ module.exports = {
|
||||||
name: `Rowboat-linux`,
|
name: `Rowboat-linux`,
|
||||||
bin: "rowboat",
|
bin: "rowboat",
|
||||||
description: 'AI coworker with memory',
|
description: 'AI coworker with memory',
|
||||||
homepage: 'https://rowboatlabs.com'
|
homepage: 'https://rowboatlabs.com',
|
||||||
|
icon: path.join(__dirname, 'icons/icon.png'),
|
||||||
|
mimeType: ['x-scheme-handler/rowboat'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue