Skip to content

Commit

Permalink
Update display of logo for windows start menu tile (#2937)
Browse files Browse the repository at this point in the history
Fixes #2935

Currently, if you install the appx or Windows store version of Simplenote and then pin it to the start menu the tile generated has a large logo and doesn't show the app name at all. This is different from most other apps installed.

This shrinks the size of the logo and displays the name on the tile.
  • Loading branch information
sandymcfadden committed Jun 25, 2021
1 parent 2f593e7 commit 57f3089
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions electron-builder-appx.json
Expand Up @@ -21,6 +21,7 @@
"publisher": "CN=E2E5A157-746D-4B04-9116-ABE5CB928306",
"publisherDisplayName": "Automattic, Inc.",
"backgroundColor": "transparent",
"showNameOnTiles": true,
"artifactName": "Simplenote-win-store-${version}-${arch}.${ext}"
},
"protocols": [
Expand Down
4 changes: 4 additions & 0 deletions electron-builder.json
Expand Up @@ -49,6 +49,10 @@
}
]
},
"appx": {
"backgroundColor": "transparent",
"showNameOnTiles": true
},
"nsis": {
"artifactName": "Simplenote-win-${version}-${arch}.${ext}",
"deleteAppDataOnUninstall": true,
Expand Down
Binary file modified resources/appx/Square150x150Logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57f3089

Please sign in to comment.