Skip to content

Commit

Permalink
tweak build script
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Apr 26, 2020
1 parent ac86130 commit 24610b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ foreach ($lang in 'en', 'zh_CN') {
}
author = $manifest.author
require = $manifest.require
dist = @{
dist = [PSCustomObject]@{
type = 'zip'
url = $url
shasum = (Get-FileHash -Path ".dist/${name}_$version.zip" -Algorithm SHA256).Hash.ToLower()
Expand Down

0 comments on commit 24610b7

Please sign in to comment.