Merge pull request #222 from mdh34/mdh34-desktop-icon-fix
Fix Linux Desktop Icons
BIN
assets/icons/128x128.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/icons/16x16.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/icons/22x22.png
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/icons/24x24.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
assets/icons/256x256.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
assets/icons/32x32.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
assets/icons/384x384.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
assets/icons/48x48.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/icons/64x64.png
Normal file
After Width: | Height: | Size: 11 KiB |
@ -9,7 +9,7 @@ snap:
|
||||
- screen-inhibit-control
|
||||
linux:
|
||||
category: AudioVideo
|
||||
icon: icon.png
|
||||
icon: assets/icons
|
||||
target:
|
||||
- dir
|
||||
executableName: tidal-hifi
|
||||
@ -18,7 +18,7 @@ linux:
|
||||
Name: TIDAL Hi-Fi
|
||||
GenericName: TIDAL Hi-Fi
|
||||
Comment: The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
||||
Icon: icon.png
|
||||
Icon: tidal-hifi
|
||||
StartupNotify: true
|
||||
Terminal: false
|
||||
Type: Application
|
||||
|