mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
fix bfg powershell script (#1816)
This commit is contained in:
parent
933024e992
commit
945081c47a
6
bfg.json
6
bfg.json
@ -11,12 +11,8 @@
|
||||
]
|
||||
},
|
||||
"bin": "bfg.ps1",
|
||||
"env_set": {
|
||||
"BFG_HOME": "$dir"
|
||||
},
|
||||
"pre_install": "
|
||||
$exe = \"java -jar `$env:BFG_HOME\\bfg-$version.jar `$args\"
|
||||
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
||||
write-output ('java -jar {0}\\bfg-{1}.jar $args' -f \"$dir\", \"$version\") | out-file -filepath $dir\\bfg.ps1
|
||||
",
|
||||
"checkver": {
|
||||
"url": "https://search.maven.org/solrsearch/select/?q=g:com.madgag+AND+a:bfg",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user