Skip to content

Commit 580147d

Browse files
committed
Release: fix instructions for Scoop manifest
Use signed executables for the release Scoop manifest, and put the Scoop manifest in the release directory (instead of the source directory).
1 parent 373b794 commit 580147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ var Steps []Step = []Step{
101101
Title: "Create a Scoop manifest",
102102
Run: func() {
103103
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")
104+
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")
105105
WaitForDone()
106106
},
107107
},

0 commit comments

Comments
 (0)