mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Fixed Mac installer icon locations
This commit is contained in:
parent
de796a8673
commit
17165ab70c
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
background: './assets/images/background.png',
|
background: './assets/images/background.png',
|
||||||
contents: [
|
contents: [
|
||||||
{ 'x': 190, 'y': 350, 'type': 'file', 'path': `out/${APPLICATION_NAME}-darwin-${argv.arch}/${APPLICATION_TITLE}.app` },
|
{ 'x': 90, 'y': 350, 'type': 'file', 'path': `out/${APPLICATION_NAME}-darwin-${argv.arch}/${APPLICATION_TITLE}.app` },
|
||||||
{ 'x': 460, 'y': 350, 'type': 'link', 'path': '/Applications' },
|
{ 'x': 360, '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' }
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue