sparkle: skip pre-releases on update script (#498097)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user