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 9effb06 commit f58fea8Copy full SHA for f58fea8
dist/sign-release.go
@@ -165,7 +165,7 @@ var filesToTransform map[string]map[string]FileTransformType = map[string]map[st
165
"bin/quick-lint-js.exe": MicrosoftOsslsigncode,
166
},
167
"npm/quick-lint-js-0.7.1.tgz": map[string]FileTransformType{
168
- "package/darwin-aarch64/bin/quick-lint-js": AppleCodesign,
+ "package/darwin-arm64/bin/quick-lint-js": AppleCodesign,
169
"package/darwin-x64/bin/quick-lint-js": AppleCodesign,
170
"package/linux-arm/bin/quick-lint-js": GPGSign,
171
"package/linux-arm64/bin/quick-lint-js": GPGSign,
0 commit comments