Fix hugo pre_install script

The script is no longer needed.
https://github.com/spf13/hugo/issues/3385#issuecomment-297148887
This commit is contained in:
Rémy 2017-04-27 01:56:41 +02:00 committed by Rémy
parent 0b4f82d0e1
commit 34e1435a59

View File

@ -12,7 +12,6 @@
} }
}, },
"bin": "hugo.exe", "bin": "hugo.exe",
"pre_install": "Rename-Item @(Get-ChildItem $dir\\hugo_*.exe)[0] $dir\\hugo.exe",
"homepage": "https://gohugo.io", "homepage": "https://gohugo.io",
"checkver": { "checkver": {
"github": "https://github.com/spf13/hugo" "github": "https://github.com/spf13/hugo"