mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-07-27 16:12:29 +02:00
RPM support and icns icon (#9)
* rpm support and a new icon * removed unneeded dependency
This commit is contained in:
6
build/electron-builder.rpm.yml
Normal file
6
build/electron-builder.rpm.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
extends: ./build/electron-builder.yml
|
||||
linux:
|
||||
category: Audio
|
||||
icon: ./assets/TIDAL.icns
|
||||
target:
|
||||
- rpm
|
@@ -11,9 +11,10 @@ linux:
|
||||
# - pacman
|
||||
- tar.gz
|
||||
- deb
|
||||
- rpm
|
||||
- AppImage
|
||||
- snap
|
||||
mac:
|
||||
category: public.app-category.entertainment
|
||||
win:
|
||||
target: msi
|
||||
target: msi
|
||||
|
Reference in New Issue
Block a user