Skip to content

Commit

Permalink
macOS: Improved appearance of application icon
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed May 31, 2020
1 parent a8cffb9 commit dfe02fb
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 7 deletions.
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.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 added 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.
20 changes: 13 additions & 7 deletions Tools/generate-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const sources = [
id: 6,
name: '../JoplinLetter.png',
},
{
id: 7,
name: 'RoundedCornersMac_1024x1024.png',
},
];

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


// ============================================================================
// PortableApps launcher
// ============================================================================

{
source: 5,
Expand Down

0 comments on commit dfe02fb

Please sign in to comment.