mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
bfg: version variable is not resolved properly (#1823)
bfg: version variable is not resolved properly
This commit is contained in:
parent
527c91f7da
commit
23cbbafb5e
2
bfg.json
2
bfg.json
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user