mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-12 16:52:43 +02:00
fix linux
This commit is contained in:
parent
ac0359279b
commit
3a6b4a0f5d
2 changed files with 5 additions and 2 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue