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:
parent
a9f648a014
commit
05df2a5a1e
2 changed files with 2 additions and 2 deletions
BIN
receivers/electron/assets/images/background.png
Normal file → Executable file
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 |
|
@ -53,8 +53,8 @@ module.exports = {
|
|||
},
|
||||
background: './assets/images/background.png',
|
||||
contents: [
|
||||
{ 'x': 90, 'y': 350, 'type': 'file', 'path': `out/${APPLICATION_NAME}-darwin-${argv.arch}/${APPLICATION_TITLE}.app` },
|
||||
{ 'x': 360, 'y': 350, 'type': 'link', 'path': '/Applications' },
|
||||
{ 'x': 190, 'y': 350, 'type': 'file', 'path': `out/${APPLICATION_NAME}-darwin-${argv.arch}/${APPLICATION_TITLE}.app` },
|
||||
{ 'x': 460, 'y': 350, 'type': 'link', 'path': '/Applications' },
|
||||
{ 'x': 0, 'y': 540, 'type': 'position', 'path': '.background' },
|
||||
{ 'x': 120, 'y': 540, 'type': 'position', 'path': '.VolumeIcon.icns' }
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue