remove @electron/remote

This commit is contained in:
Araxeus
2022-02-20 19:38:42 +02:00
parent 9abf7a77d8
commit 1eeaf1dd0a
2 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,9 @@
"productName": "YouTube Music",
"mac": {
"identity": null,
"files": ["!plugins/taskbar-mediacontrol${/*}"],
"files": [
"!plugins/taskbar-mediacontrol${/*}"
],
"target": [
{
"target": "dmg",
@ -29,7 +31,9 @@
},
"win": {
"icon": "assets/generated/icons/win/icon.ico",
"files": ["!plugins/touchbar${/*}"],
"files": [
"!plugins/touchbar${/*}"
],
"target": [
"nsis",
"portable"
@ -40,7 +44,9 @@
},
"linux": {
"icon": "assets/generated/icons/png",
"files": ["!plugins/{touchbar,taskbar-mediacontrol}${/*}"],
"files": [
"!plugins/{touchbar,taskbar-mediacontrol}${/*}"
],
"category": "AudioVideo",
"target": [
"AppImage",
@ -86,7 +92,6 @@
},
"dependencies": {
"@cliqz/adblocker-electron": "^1.23.4",
"@electron/remote": "^2.0.4",
"@ffmpeg/core": "^0.10.0",
"@ffmpeg/ffmpeg": "^0.10.1",
"async-mutex": "^0.3.2",

View File

@ -716,11 +716,6 @@
global-agent "^3.0.0"
global-tunnel-ng "^2.7.1"
"@electron/remote@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.4.tgz#c3dae436aed79d1b8adcefc5a4963c06750ad5d8"
integrity sha512-8m2P/d2RH986PmMW5lKygbPEjEYJ7RgCe37Y8DQ1wujKMH6VjmLIB+Y+DP2SA611svCZc58TRSd8FraGvcfGZw==
"@electron/universal@1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.0.5.tgz#b812340e4ef21da2b3ee77b2b4d35c9b86defe37"