@ -9,7 +9,7 @@
"postinstall" : "electron-builder install-app-deps" ,
"postinstall" : "electron-builder install-app-deps" ,
"build" : "cd app && npm i && cd client && npm i && npm run build && cd .. && cd .. && npm run dist"
"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" ,
"homepage" : "https://freezer.life" ,
"devDependencies" : {
"devDependencies" : {
"electron" : "^9.2.1" ,
"electron" : "^9.2.1" ,
@ -46,32 +46,59 @@
"allowToChangeInstallationDirectory" : false
"allowToChangeInstallationDirectory" : false
} ,
} ,
"linux" : {
"linux" : {
"appId" : "life.freezer.Freezer" ,
"category" : "AudioVideo;Network;Audio;FileTransfer;Player" ,
"description" : "Freezer is a cross-platform, libre, open source client for the Deezer audio streaming service built using the Electron application framework." ,
"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" : [
"target" : [
"AppImage" ,
"AppImage" ,
"deb" ,
"deb" ,
"tar.gz"
] ,
"category" : "audio" ,
"icon" : "build/iconset" ,
"maintainer" : "exttex"
"tar.xz"
]
} ,
} ,
"appImage" : {
"appImage" : {
"desktop" : {
"desktop" : {
"X-AppImage-Name" : "Freezer" ,
"X-AppImage-Name" : "Freezer" ,
"Name" : "Freezer" ,
"Type" : "Application" ,
"Categories" : "AudioVideo"
"X-AppImage-Version" : "1.1.19"
}
}
} ,
} ,
"deb" : {
"deb" : {
"packageCategory" : "sound" ,
"priority" : "optional" ,
"depends" : [
"depends" : [
"libssl-dev" ,
"gconf2" ,
"gconf-service" ,
"libflac8" ,
"libnotify4" ,
"libnotify4" ,
"libappindicator1" ,
"libxtst6" ,
"libnss3"
"libnss3" ,
"libssl1.1 | libssl1.0.0 " ,
"libxtst6 "
]
]
}
}
}
}