mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-09 19:45:17 +02:00
try something
This commit is contained in:
parent
3a6b4a0f5d
commit
058b580da0
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ const pkg = require('./package.json');
|
|||
|
||||
module.exports = {
|
||||
packagerConfig: {
|
||||
name: 'Rowboat',
|
||||
executableName: 'rowboat',
|
||||
icon: './icons/icon', // .icns extension added automatically
|
||||
appBundleId: 'com.rowboat.app',
|
||||
|
|
@ -54,6 +53,7 @@ module.exports = {
|
|||
config: (arch) => ({
|
||||
options: {
|
||||
name: `Rowboat-linux`,
|
||||
bin: "rowboat",
|
||||
description: 'AI coworker with memory',
|
||||
maintainer: 'rowboatlabs',
|
||||
homepage: 'https://rowboatlabs.com'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"name": "Rowboat",
|
||||
"name": "rowboat",
|
||||
"productName": "Rowboat",
|
||||
"description": "AI coworker with memory",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"main": ".package/dist/main.cjs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue