From 732710c3ef6e990d4f5757892223f077dc513f61 Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Sun, 11 Sep 2022 22:54:08 +0200 Subject: [PATCH] Pr dest (#166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update configuration of the desktop file (#165) * - Changed the category of the desktop file to AudioVideo - Changed desktop file name to "TIDAL Hi-Fi" Co-authored-by: Ivo Šmerek --- CHANGELOG.md | 5 +++++ build/electron-builder.base.yml | 6 +++--- package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077138ead..0708c0589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.1.2 + +- Changed the category of the desktop file to AudioVideo +- Changed desktop file name to "TIDAL Hi-Fi" + ## 4.1.1 - Fixed `cannot read property of undefined` error because of not passing mainWindow around. diff --git a/build/electron-builder.base.yml b/build/electron-builder.base.yml index 8b2fbd324..00977721c 100644 --- a/build/electron-builder.base.yml +++ b/build/electron-builder.base.yml @@ -8,14 +8,14 @@ snap: - default - screen-inhibit-control linux: - category: Audio + category: AudioVideo target: - dir executableName: tidal-hifi desktop: Encoding: UTF-8 - Name: tidal-hifi - GenericName: tidal-hifi + 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 StartupNotify: true diff --git a/package-lock.json b/package-lock.json index 3558a428c..54450d83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tidal-hifi", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tidal-hifi", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "@electron/remote": "^2.0.8", diff --git a/package.json b/package.json index 953acde91..ae9e3d760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tidal-hifi", - "version": "4.1.1", + "version": "4.1.2", "description": "Tidal on Electron with widevine(hifi) support", "main": "src/main.js", "scripts": { @@ -40,4 +40,4 @@ "prettier": "^2.7.1" }, "prettier": "@mastermindzh/prettier-config" -} +} \ No newline at end of file