1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

macOS: Improved appearance of application icon

This commit is contained in:
Laurent Cozic 2020-05-30 15:12:32 +01:00
parent a8b8da4732
commit 334347abcf
14 changed files with 14 additions and 6 deletions

View File

@ -61,6 +61,8 @@ Modules/TinyMCE/IconPack/postinstall.js
Modules/TinyMCE/langs/ Modules/TinyMCE/langs/
# AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD # AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD
CliClient/tests-build/support/plugins/withExternalModules/global.d.js
CliClient/tests-build/support/plugins/withExternalModules/src/index.js
ElectronClient/gui/MultiNoteActions.js ElectronClient/gui/MultiNoteActions.js
ElectronClient/gui/NoteContentPropertiesDialog.js ElectronClient/gui/NoteContentPropertiesDialog.js
ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js

2
.gitignore vendored
View File

@ -51,6 +51,8 @@ Tools/commit_hook.txt
*.map *.map
# AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD # AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD
CliClient/tests-build/support/plugins/withExternalModules/global.d.js
CliClient/tests-build/support/plugins/withExternalModules/src/index.js
ElectronClient/gui/MultiNoteActions.js ElectronClient/gui/MultiNoteActions.js
ElectronClient/gui/NoteContentPropertiesDialog.js ElectronClient/gui/NoteContentPropertiesDialog.js
ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 71 KiB

BIN
Assets/macOsIcon.psd Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 953 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -31,6 +31,10 @@ const sources = [
id: 6, id: 6,
name: '../JoplinLetter.png', name: '../JoplinLetter.png',
}, },
{
id: 7,
name: 'RoundedCornersMac_1024x1024.png',
},
]; ];
function sourceById(id) { function sourceById(id) {
@ -184,37 +188,37 @@ const operations = [
height: 64, height: 64,
}, },
{ {
source: 4, source: 7,
dest: 'Assets/macOs.iconset/icon_128x128.png', dest: 'Assets/macOs.iconset/icon_128x128.png',
width: 128, width: 128,
height: 128, height: 128,
}, },
{ {
source: 4, source: 7,
dest: 'Assets/macOs.iconset/icon_128x128@2x.png', dest: 'Assets/macOs.iconset/icon_128x128@2x.png',
width: 256, width: 256,
height: 256, height: 256,
}, },
{ {
source: 4, source: 7,
dest: 'Assets/macOs.iconset/icon_256x256.png', dest: 'Assets/macOs.iconset/icon_256x256.png',
width: 256, width: 256,
height: 256, height: 256,
}, },
{ {
source: 4, source: 7,
dest: 'Assets/macOs.iconset/icon_256x256@2x.png', dest: 'Assets/macOs.iconset/icon_256x256@2x.png',
width: 512, width: 512,
height: 512, height: 512,
}, },
{ {
source: 4, source: 7,
dest: 'Assets/macOs.iconset/icon_512x512.png', dest: 'Assets/macOs.iconset/icon_512x512.png',
width: 512, width: 512,
height: 512, height: 512,
}, },
{ {
source: 4, source: 7,
dest: 'Assets/macOs.iconset/icon_512x512@2x.png', dest: 'Assets/macOs.iconset/icon_512x512@2x.png',
width: 1024, width: 1024,
height: 1024, height: 1024,