We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8f8d9 commit 435b0ecCopy full SHA for 435b0ec
scripts/update-appcast/Sources/main.swift
@@ -24,7 +24,13 @@ struct UpdateAppcast: AsyncParsableCommand {
24
@Option(name: .shortAndLong, help: "Path to the appcast file to be updated.")
25
var input: String
26
27
- @Option(name: .shortAndLong, help: "Path to the signature file generated for the release binary.")
+ @Option(
28
+ name: .shortAndLong,
29
+ help: """
30
+ Path to the signature file generated for the release binary.
31
+ Signature files are generated by `Sparkle/bin/sign_update
32
+ """
33
+ )
34
var signature: String
35
36
@Option(name: .shortAndLong, help: "The project version (X.Y.Z for stable builds, X.Y.Z.N for preview builds).")
0 commit comments