Renamed pre_create_shims to pre_install. Much better.

This commit is contained in:
Kody Brown 2014-08-14 22:21:14 -06:00
parent b87fe38934
commit 91fc5ce93b

View File

@ -8,7 +8,7 @@
"url": "https://github.com/bmatzelle/gow/releases", "url": "https://github.com/bmatzelle/gow/releases",
"re": "<a.*?>Gow ([0-9\\.]+)</a>" "re": "<a.*?>Gow ([0-9\\.]+)</a>"
}, },
"before_shims": "echo \"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" > \"$dir\\bin\\gow.bat\" ", "pre_install": "echo \"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" > \"$dir\\bin\\gow.bat\" ",
"bin": [ "bin": [
"bin\\awk.exe", "bin\\awk.exe",
"bin\\basename.exe", "bin\\basename.exe",