Revert "macOS: Improved appearance of application icon"
This reverts commit 334347abcf
.
@ -61,8 +61,6 @@ Modules/TinyMCE/IconPack/postinstall.js
|
||||
Modules/TinyMCE/langs/
|
||||
|
||||
# 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/NoteContentPropertiesDialog.js
|
||||
ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js
|
||||
|
2
.gitignore
vendored
@ -51,8 +51,6 @@ Tools/commit_hook.txt
|
||||
*.map
|
||||
|
||||
# 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/NoteContentPropertiesDialog.js
|
||||
ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js
|
||||
|
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
@ -31,10 +31,6 @@ const sources = [
|
||||
id: 6,
|
||||
name: '../JoplinLetter.png',
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: 'RoundedCornersMac_1024x1024.png',
|
||||
},
|
||||
];
|
||||
|
||||
function sourceById(id) {
|
||||
@ -188,37 +184,37 @@ const operations = [
|
||||
height: 64,
|
||||
},
|
||||
{
|
||||
source: 7,
|
||||
source: 4,
|
||||
dest: 'Assets/macOs.iconset/icon_128x128.png',
|
||||
width: 128,
|
||||
height: 128,
|
||||
},
|
||||
{
|
||||
source: 7,
|
||||
source: 4,
|
||||
dest: 'Assets/macOs.iconset/icon_128x128@2x.png',
|
||||
width: 256,
|
||||
height: 256,
|
||||
},
|
||||
{
|
||||
source: 7,
|
||||
source: 4,
|
||||
dest: 'Assets/macOs.iconset/icon_256x256.png',
|
||||
width: 256,
|
||||
height: 256,
|
||||
},
|
||||
{
|
||||
source: 7,
|
||||
source: 4,
|
||||
dest: 'Assets/macOs.iconset/icon_256x256@2x.png',
|
||||
width: 512,
|
||||
height: 512,
|
||||
},
|
||||
{
|
||||
source: 7,
|
||||
source: 4,
|
||||
dest: 'Assets/macOs.iconset/icon_512x512.png',
|
||||
width: 512,
|
||||
height: 512,
|
||||
},
|
||||
{
|
||||
source: 7,
|
||||
source: 4,
|
||||
dest: 'Assets/macOs.iconset/icon_512x512@2x.png',
|
||||
width: 1024,
|
||||
height: 1024,
|
||||
|