1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Electron: Updated Mac DMG background image and fix icon locations

This commit is contained in:
Michael Hollister 2025-04-28 16:53:31 -05:00
parent a9f648a014
commit 05df2a5a1e
2 changed files with 2 additions and 2 deletions

BIN
receivers/electron/assets/images/background.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Before After
Before After

View file

@ -53,8 +53,8 @@ module.exports = {
}, },
background: './assets/images/background.png', background: './assets/images/background.png',
contents: [ contents: [
{ 'x': 90, 'y': 350, 'type': 'file', 'path': `out/${APPLICATION_NAME}-darwin-${argv.arch}/${APPLICATION_TITLE}.app` }, { 'x': 190, 'y': 350, 'type': 'file', 'path': `out/${APPLICATION_NAME}-darwin-${argv.arch}/${APPLICATION_TITLE}.app` },
{ 'x': 360, 'y': 350, 'type': 'link', 'path': '/Applications' }, { 'x': 460, 'y': 350, 'type': 'link', 'path': '/Applications' },
{ 'x': 0, 'y': 540, 'type': 'position', 'path': '.background' }, { 'x': 0, 'y': 540, 'type': 'position', 'path': '.background' },
{ 'x': 120, 'y': 540, 'type': 'position', 'path': '.VolumeIcon.icns' } { 'x': 120, 'y': 540, 'type': 'position', 'path': '.VolumeIcon.icns' }
], ],