fix electron build asset names

This commit is contained in:
Ramnique Singh 2026-02-06 06:58:12 +05:30
parent e1637d5965
commit 680f1eef7b

View file

@ -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}`,
})
},
{