diff --git a/receivers/electron/assets/images/background.png b/receivers/electron/assets/images/background.png old mode 100644 new mode 100755 index d6435c5..2136ab7 Binary files a/receivers/electron/assets/images/background.png and b/receivers/electron/assets/images/background.png differ diff --git a/receivers/electron/forge.config.js b/receivers/electron/forge.config.js index 064e1f2..514599e 100644 --- a/receivers/electron/forge.config.js +++ b/receivers/electron/forge.config.js @@ -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' } ],