mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
Fix "extract_dir" settings (from v0.13.15 , It seems to using folder name "sbt")
This commit is contained in:
parent
988a6165ec
commit
aa7c6bc3c0
4
sbt.json
4
sbt.json
@ -4,7 +4,7 @@
|
|||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"url": "https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.zip",
|
"url": "https://dl.bintray.com/sbt/native-packages/sbt/0.13.15/sbt-0.13.15.zip",
|
||||||
"hash": "18b106d09b2874f2a538c6e1f6b20c565885b2a8051428bd6d630fb92c1c0f96",
|
"hash": "18b106d09b2874f2a538c6e1f6b20c565885b2a8051428bd6d630fb92c1c0f96",
|
||||||
"extract_dir": "sbt-launcher-packaging-0.13.15",
|
"extract_dir": "sbt",
|
||||||
"bin": [
|
"bin": [
|
||||||
"bin\\sbt.bat"
|
"bin\\sbt.bat"
|
||||||
],
|
],
|
||||||
@ -14,6 +14,6 @@
|
|||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://dl.bintray.com/sbt/native-packages/sbt/$version/sbt-$version.zip",
|
"url": "https://dl.bintray.com/sbt/native-packages/sbt/$version/sbt-$version.zip",
|
||||||
"extract_dir": "sbt-launcher-packaging-$version"
|
"extract_dir": "sbt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user