Skip to content

Commit

Permalink
Revert "macOS: Improved appearance of application icon"
Browse files Browse the repository at this point in the history
This reverts commit 334347a.
  • Loading branch information
laurent22 committed May 31, 2020
1 parent 334347a commit a8cffb9
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed Assets/ImageSources/RoundedCornersMac_1024x1024.png
Binary file not shown.
Binary file modified Assets/macOs.icns
Binary file not shown.
Binary file modified Assets/macOs.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/macOs.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/macOs.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/macOs.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/macOs.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/macOs.iconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Assets/macOsIcon.psd
Binary file not shown.
Binary file modified ElectronClient/build-win/icons/SmallTile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ElectronClient/build-win/icons/Square150x150Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 6 additions & 10 deletions Tools/generate-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ const sources = [
id: 6,
name: '../JoplinLetter.png',
},
{
id: 7,
name: 'RoundedCornersMac_1024x1024.png',
},
];

function sourceById(id) {
Expand Down Expand Up @@ -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/[email protected]',
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/[email protected]',
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/[email protected]',
width: 1024,
height: 1024,
Expand Down

0 comments on commit a8cffb9

Please sign in to comment.