try something

This commit is contained in:
Ramnique Singh 2026-02-06 23:03:18 +05:30
parent 3a6b4a0f5d
commit 058b580da0
2 changed files with 4 additions and 2 deletions

View file

@ -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'

View file

@ -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",