Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Feb 3, 2025
1 parent 61941a9 commit 7e160fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ui/desktop/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ module.exports = {
config: {},
},
{
name: '@electron-forge/maker-zip',
config: {
platforms: ['darwin'],
arch: process.env.ELECTRON_ARCH === 'x64' ? ['x64'] : ['arm64']
}
name: '@electron-forge/maker-zip',
platforms: ['darwin'],
},
{
name: '@electron-forge/maker-deb',
Expand Down

0 comments on commit 7e160fb

Please sign in to comment.