sparkle: skip pre-releases on update script

This commit is contained in:
chillcicada
2026-03-09 10:09:04 +08:00
parent 1ffa9857a0
commit 7bee488134
+1 -1
View File
@@ -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";