macOS: Improved appearance of application icon
BIN
Assets/ImageSources/RoundedCornersMac_1024x1024.png
Normal file
After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 71 KiB |
BIN
Assets/macOsIcon.psd
Normal file
Before Width: | Height: | Size: 953 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.9 KiB |
@ -31,6 +31,10 @@ const sources = [
|
||||
id: 6,
|
||||
name: '../JoplinLetter.png',
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: 'RoundedCornersMac_1024x1024.png',
|
||||
},
|
||||
];
|
||||
|
||||
function sourceById(id) {
|
||||
@ -184,43 +188,45 @@ const operations = [
|
||||
height: 64,
|
||||
},
|
||||
{
|
||||
source: 4,
|
||||
source: 7,
|
||||
dest: 'Assets/macOs.iconset/icon_128x128.png',
|
||||
width: 128,
|
||||
height: 128,
|
||||
},
|
||||
{
|
||||
source: 4,
|
||||
source: 7,
|
||||
dest: 'Assets/macOs.iconset/icon_128x128@2x.png',
|
||||
width: 256,
|
||||
height: 256,
|
||||
},
|
||||
{
|
||||
source: 4,
|
||||
source: 7,
|
||||
dest: 'Assets/macOs.iconset/icon_256x256.png',
|
||||
width: 256,
|
||||
height: 256,
|
||||
},
|
||||
{
|
||||
source: 4,
|
||||
source: 7,
|
||||
dest: 'Assets/macOs.iconset/icon_256x256@2x.png',
|
||||
width: 512,
|
||||
height: 512,
|
||||
},
|
||||
{
|
||||
source: 4,
|
||||
source: 7,
|
||||
dest: 'Assets/macOs.iconset/icon_512x512.png',
|
||||
width: 512,
|
||||
height: 512,
|
||||
},
|
||||
{
|
||||
source: 4,
|
||||
source: 7,
|
||||
dest: 'Assets/macOs.iconset/icon_512x512@2x.png',
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
},
|
||||
|
||||
|
||||
// ============================================================================
|
||||
// PortableApps launcher
|
||||
// ============================================================================
|
||||
|
||||
{
|
||||
source: 5,
|
||||
|