onedrivegui: add update script

(cherry picked from commit 0381027a38)
This commit is contained in:
PhiliPdB
2025-08-01 20:43:35 +02:00
parent fc683a23fd
commit 4af70f3f5f

View File

@@ -8,6 +8,8 @@
makeDesktopItem,
makeWrapper,
onedrive,
nix-update-script,
}:
let
@@ -100,6 +102,8 @@ python3Packages.buildPythonApplication rec {
--add-flags $out/${python3Packages.python.sitePackages}/OneDriveGUI.py
'';
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/bpozdena/OneDriveGUI";
description = "Simple GUI for Linux OneDrive Client, with multi-account support";