mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Rick van Lieshout
79ff02d06c
* Update to Electron 15 and add Flatpak to README (#131) * Update functional * Change to 15 * Replace window.hide, window.restart with counterparts * Fix openexternal by doing default JS * Change mouse to pointer for <a> elements * turn mouse to pointer for exit button * Fix deprecation of Audio for AudioVideo * Made a small mistake * Add Flatpak to readme * 3.0.0 prep * Added setting to disable multiple tidal-hifi windows (defaults to true) fixes #121 * Added setting to disable HardwareMediaKeyHandling (defaults to false) fixes #133 Co-authored-by: Marie <marie@kaifa.ch>
41 lines
991 B
YAML
41 lines
991 B
YAML
appId: com.rickvanlieshout.tidal-hifi
|
|
electronVersion: 15.5.2
|
|
electronDownload:
|
|
version: 15.5.2-wvvmp
|
|
mirror: https://github.com/castlabs/electron-releases/releases/download/v
|
|
snap:
|
|
plugs:
|
|
- default
|
|
- screen-inhibit-control
|
|
linux:
|
|
category: Audio
|
|
target:
|
|
- pacman
|
|
- tar.gz
|
|
- deb
|
|
- rpm
|
|
- AppImage
|
|
- snap
|
|
- freebsd
|
|
executableName: tidal-hifi
|
|
desktop:
|
|
Encoding: UTF-8
|
|
Name: tidal-hifi
|
|
GenericName: tidal-hifi
|
|
Comment: The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
|
Icon: assets/icon.png
|
|
StartupNotify: true
|
|
Terminal: false
|
|
Type: Application
|
|
Categories: Network;Application;AudioVideo;Audio;Video
|
|
StartupWMClass: tidal-hifi
|
|
X-PulseAudio-Properties: media.role=music
|
|
mac:
|
|
category: public.app-category.entertainment
|
|
win:
|
|
target: msi
|
|
icon: build/icon.png
|
|
artifactName: "tidalhifi"
|
|
appId: com.rickvanlieshout.tidalhifi
|
|
executableName: tidalhifi
|