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',
|
name: '@electron-forge/maker-dmg',
|
||||||
config: (arch) => ({
|
config: (arch) => ({
|
||||||
format: 'ULFO',
|
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',
|
name: '@electron-forge/maker-squirrel',
|
||||||
config: (arch) => ({
|
config: (arch) => ({
|
||||||
authors: 'Rowboat',
|
authors: 'rowboatlabs',
|
||||||
description: 'AI coworker with memory',
|
description: 'AI coworker with memory',
|
||||||
name: `Rowboat-win32-${arch}`,
|
name: `Rowboat-win32-${arch}`,
|
||||||
|
setupExe: `Rowboat-win32-${arch}`,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue