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 373b794 commit 580147dCopy full SHA for 580147d
dist/release.go
@@ -101,7 +101,7 @@ var Steps []Step = []Step{
101
Title: "Create a Scoop manifest",
102
Run: func() {
103
fmt.Printf("Create a Scoop manifest:\n")
104
- fmt.Printf("$ go run ./dist/scoop/make-manifest.go -BaseURI \"https://c.quick-lint-js.com/release/$YOUR_VERSION_NUMBER/\" -x86-ZIP builds/manual/windows-x86.zip -x64-ZIP builds/manual/windows.zip -Out builds/scoop/quick-lint-js.json\n")
+ fmt.Printf("$ go run ./dist/scoop/make-manifest.go -BaseURI \"https://c.quick-lint-js.com/release/$YOUR_VERSION_NUMBER/\" -x86-ZIP signed-builds/manual/windows-x86.zip -x64-ZIP signed-builds/manual/windows.zip -Out signed-builds/scoop/quick-lint-js.json\n")
105
WaitForDone()
106
},
107
0 commit comments