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 dc52862 commit eb2c558Copy full SHA for eb2c558
webcamoid/update.ps1
@@ -7,7 +7,7 @@ function global:au_GetLatest {
7
$buildrelease = Invoke-RestMethod ("https://api.github.com/repos/" + $github_build_repository + "/releases/tags/" + $github.release.tag_name)
8
9
@{
10
- readmeUrl = $github.readme.download_url
+ readmeUrl = $github.readme.download_url
11
Version = $github.release.tag_name
12
NuspecVersion = $Global:PackageVersion
13
packageSourceUrl = 'https://github.com/' + ( global:git_getRepo )
0 commit comments