Unverified Commit bdb136b4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

sparkle: skip pre-releases on update script (#498097)

parents a744e31b 7bee4881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    })
  ];

  passthru.updateScript = nix-update-script { };
  passthru.updateScript = nix-update-script { extraArgs = [ "--use-github-releases" ]; };

  meta = {
    description = "Another Mihomo GUI";