youtube-music: add updateScript
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
nodejs,
|
||||
pnpm,
|
||||
makeDesktopItem,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -100,6 +101,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--inherit-argv0
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Electron wrapper around YouTube Music";
|
||||
homepage = "https://th-ch.github.io/youtube-music/";
|
||||
|
||||
Reference in New Issue
Block a user