bfg: version variable is not resolved properly (#1823)

bfg: version variable is not resolved properly
This commit is contained in:
gitolicious 2017-11-08 17:12:56 +01:00 committed by Richard Kuhnt
parent 527c91f7da
commit 23cbbafb5e

View File

@ -15,7 +15,7 @@
"BFG_HOME": "$dir" "BFG_HOME": "$dir"
}, },
"pre_install": " "pre_install": "
$exe = 'java -jar $env:BFG_HOME\\bfg-$version.jar $args' $exe = \"java -jar `$env:BFG_HOME\\bfg-$version.jar `$args\"
write-output $exe | out-file -filepath $dir\\bfg.ps1 write-output $exe | out-file -filepath $dir\\bfg.ps1
", ",
"checkver": { "checkver": {