caprine: add updateScript

easier to call update command for me
This commit is contained in:
Austin Horstman
2024-12-04 12:58:26 -06:00
parent 2a2e1d2a2b
commit 97c81d554d
+3
View File
@@ -6,6 +6,7 @@
makeDesktopItem,
copyDesktopItems,
electron,
nix-update-script,
}:
buildNpmPackage rec {
@@ -79,6 +80,8 @@ buildNpmPackage rec {
})
];
passthru.updateScript = nix-update-script { };
meta = {
changelog = "https://github.com/sindresorhus/caprine/releases/tag/${src.rev}";
description = "Elegant Facebook Messenger desktop app";