Skip to content

Commit eb2c558

Browse files
committed
add installer dir
1 parent dc52862 commit eb2c558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcamoid/update.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function global:au_GetLatest {
77
$buildrelease = Invoke-RestMethod ("https://api.github.com/repos/" + $github_build_repository + "/releases/tags/" + $github.release.tag_name)
88

99
@{
10-
readmeUrl = $github.readme.download_url
10+
readmeUrl = $github.readme.download_url
1111
Version = $github.release.tag_name
1212
NuspecVersion = $Global:PackageVersion
1313
packageSourceUrl = 'https://github.com/' + ( global:git_getRepo )

0 commit comments

Comments
 (0)