Skip to content

Commit

Permalink
Add smaller icons (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhikaruevans authored and shiftkey committed Jan 25, 2021
1 parent 9256d13 commit 93eec8d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Binary file added app/static/logos/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 added app/static/logos/32x32.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 added app/static/logos/64x64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions script/package-debian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ const options: DebianOptions = {
'gnome-keyring',
],
icon: {
'32x32': 'app/static/logos/32x32.png',
'64x64': 'app/static/logos/64x64.png',
'128x128': 'app/static/logos/128x128.png',
'256x256': 'app/static/logos/256x256.png',
'512x512': 'app/static/logos/512x512.png',
'1024x1024': 'app/static/logos/1024x1024.png',
Expand Down
3 changes: 3 additions & 0 deletions script/package-redhat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const options: RedhatOptions = {
'gnome-keyring',
],
icon: {
'32x32': 'app/static/logos/32x32.png',
'64x64': 'app/static/logos/64x64.png',
'128x128': 'app/static/logos/128x128.png',
'256x256': 'app/static/logos/256x256.png',
'512x512': 'app/static/logos/512x512.png',
'1024x1024': 'app/static/logos/1024x1024.png',
Expand Down

0 comments on commit 93eec8d

Please sign in to comment.