Skip to content

Commit

Permalink
Fix dmg build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk111 committed Jan 18, 2024
1 parent 01dda01 commit e8f5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
icon: 'resources/darwin/freeter.icns',
iconSize: 128,
contents: [
{ x: 114, y: 150, type: 'file', path: 'Freeter.app' },
{ x: 114, y: 150, type: 'file' },
{ x: 386, y: 150, type: 'link', path: '/Applications' },
]
},
Expand Down

0 comments on commit e8f5132

Please sign in to comment.