We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a4e5e2 + b67e587 commit fce282fCopy full SHA for fce282f
build.proj
@@ -253,7 +253,7 @@
253
<ItemGroup>
254
<RegexTransform Include="$(ChocoSourceDir)\tools\chocolateyinstall.ps1">
255
<Find><![CDATA[\$url = '.+']]></Find>
256
- <ReplaceWith>$url = 'https://github.com/$(GithubRepo)/releases/download/v$(Version)/carnac.$(Version).zip'</ReplaceWith>
+ <ReplaceWith>$url = 'https://github.com/$(GithubRepo)/releases/download/$(Version)/carnac.$(Version).zip'</ReplaceWith>
257
<Options>Singleline</Options>
258
</RegexTransform>
259
</ItemGroup>
0 commit comments