Skip to content

Commit 532b4e3

Browse files
authored
fix: electron install mac bg (#103)
* fix: mac install bg * fix: icns icon as binary
1 parent 28a81af commit 532b4e3

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Procfile text
149149
*.wbmp binary
150150
*.webp binary
151151
*.avif binary
152+
*.icns binary
152153

153154

154155
# Audio

apps/electron/forge.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module.exports = {
4242
makers: [
4343
{
4444
name: '@electron-forge/maker-zip',
45+
config: {},
4546
},
4647
{
4748
name: '@electron-forge/maker-squirrel',
@@ -58,6 +59,7 @@ module.exports = {
5859
{
5960
name: '@electron-forge/maker-dmg',
6061
config: {
62+
background: path.join(__dirname, 'static', 'background.png'),
6163
icon: path.join(__dirname, 'static', 'icons', 'icon.icns'),
6264
},
6365
},

apps/electron/static/background.png

387 KB
Loading

apps/electron/static/icons/icon.icns

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)