mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
fix electron build asset names
This commit is contained in:
parent
e1637d5965
commit
680f1eef7b
1 changed files with 3 additions and 2 deletions
|
|
@ -36,15 +36,16 @@ module.exports = {
|
|||
name: '@electron-forge/maker-dmg',
|
||||
config: (arch) => ({
|
||||
format: 'ULFO',
|
||||
name: `Rowboat-${arch}`, // Architecture-specific name to avoid conflicts
|
||||
name: `Rowboat-darwin-${arch}`, // Architecture-specific name to avoid conflicts
|
||||
})
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-squirrel',
|
||||
config: (arch) => ({
|
||||
authors: 'Rowboat',
|
||||
authors: 'rowboatlabs',
|
||||
description: 'AI coworker with memory',
|
||||
name: `Rowboat-win32-${arch}`,
|
||||
setupExe: `Rowboat-win32-${arch}`,
|
||||
})
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue