fix linux

This commit is contained in:
Ramnique Singh 2026-02-06 22:51:13 +05:30
parent ac0359279b
commit 3a6b4a0f5d
2 changed files with 5 additions and 2 deletions

View file

@ -51,18 +51,20 @@ module.exports = {
},
{
name: '@electron-forge/maker-deb',
config: {
config: (arch) => ({
options: {
name: `Rowboat-linux`,
description: 'AI coworker with memory',
maintainer: 'rowboatlabs',
homepage: 'https://rowboatlabs.com'
}
}
})
},
{
name: '@electron-forge/maker-rpm',
config: {
options: {
description: 'AI coworker with memory',
homepage: 'https://rowboatlabs.com'
}
}

View file

@ -3,6 +3,7 @@
"type": "module",
"version": "0.1.0",
"main": ".package/dist/main.cjs",
"license": "Apache-2.0",
"scripts": {
"start": "electron .",
"build": "rm -rf dist && tsc && node bundle.mjs",