1.1.20 - self describing code (jk read telegram changelog)
This commit is contained in:
parent
15f7638854
commit
9974c1ea63
53 changed files with 6256 additions and 5255 deletions
64
package.json
64
package.json
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "freezer",
|
||||
"private": true,
|
||||
"version": "1.1.19",
|
||||
"version": "1.1.20",
|
||||
"description": "Freezer PC",
|
||||
"scripts": {
|
||||
"pack": "electron-builder --dir",
|
||||
|
|
@ -9,11 +9,11 @@
|
|||
"postinstall": "electron-builder install-app-deps",
|
||||
"build": "cd app && npm i && cd client && npm i && npm run build && cd .. && cd .. && npm run dist"
|
||||
},
|
||||
"license": "GNU",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"homepage": "https://freezer.life",
|
||||
"devDependencies": {
|
||||
"electron": "^9.2.1",
|
||||
"electron-builder": "^22.8.0"
|
||||
"electron": "^13.0.1",
|
||||
"electron-builder": "^22.10.5"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.exttex.freezer",
|
||||
|
|
@ -46,32 +46,58 @@
|
|||
"allowToChangeInstallationDirectory": false
|
||||
},
|
||||
"linux": {
|
||||
"appId": "f.f.freezer",
|
||||
"category": "AudioVideo;Network;Audio;FileTransfer;Player",
|
||||
"description": "Free music streaming client for Deezer",
|
||||
"desktop": {
|
||||
"Version": "1.1",
|
||||
"Type": "Application",
|
||||
"Name": "Freezer",
|
||||
"Name[pt_PT]": "Congelador",
|
||||
"GenericName": "Electron-based Deezer client",
|
||||
"GenericName[pt_PT]": "Aplicação Electron no ambiente de trabalho para Deezer",
|
||||
"Comment": "Desktop application for the Deezer audio streaming service",
|
||||
"Comment[pt_PT]": "Cliente não-oficial do serviço de transmissão de áudio Deezer",
|
||||
"Icon": "freezer",
|
||||
"Categories": "AudioVideo;Network;Audio;FileTransfer;Player;",
|
||||
"MimeType": "application/http;",
|
||||
"Keywords": "audio;download;flac;lyrics;mp3;music;spotify;stream;",
|
||||
"Keywords[pt_PT]": "áudio;descarregar;flac;letras;mp3;música;spotify;transmissão;",
|
||||
"Keywords[ru]": "Фризер;Музыка;Плеер;Дизер;",
|
||||
"StartupNotify": "true",
|
||||
"StartupWMClass": "freezer",
|
||||
"DBusActivatable": "false",
|
||||
"Terminal": "false",
|
||||
"NoDisplay": "false",
|
||||
"Hidden": "false"
|
||||
},
|
||||
"executableName": "freezer",
|
||||
"icon": "build/iconset",
|
||||
"maintainer": "exttex",
|
||||
"mimeTypes": [
|
||||
"application/http"
|
||||
],
|
||||
"synopsis": "Free audio streaming client for Deezer",
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb",
|
||||
"tar.gz"
|
||||
],
|
||||
"category": "audio",
|
||||
"icon": "build/iconset",
|
||||
"maintainer": "exttex"
|
||||
"tar.xz"
|
||||
]
|
||||
},
|
||||
"appImage": {
|
||||
"desktop": {
|
||||
"X-AppImage-Name": "Freezer",
|
||||
"Name": "Freezer",
|
||||
"Type": "Application",
|
||||
"Categories": "AudioVideo"
|
||||
"X-AppImage-Name": "Freezer"
|
||||
}
|
||||
},
|
||||
"deb": {
|
||||
"packageCategory": "sound",
|
||||
"priority": "optional",
|
||||
"depends": [
|
||||
"libssl-dev",
|
||||
"gconf2",
|
||||
"gconf-service",
|
||||
"libflac8",
|
||||
"libnotify4",
|
||||
"libappindicator1",
|
||||
"libxtst6",
|
||||
"libnss3"
|
||||
"libnss3",
|
||||
"libssl1.1 | libssl1.0.0",
|
||||
"libxtst6"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue