From f642e31aa2cf983cfc69a93755374517ecf2f119 Mon Sep 17 00:00:00 2001 From: Arthur McGibbon Date: Mon, 18 May 2020 19:22:25 +0100 Subject: [PATCH] Fix Bloop 1.4.1 install --- bloop.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bloop.json b/bloop.json index 30180ec..e196baa 100644 --- a/bloop.json +++ b/bloop.json @@ -3,14 +3,11 @@ "url": "https://github.com/scalacenter/bloop/releases/download/v1.4.1/bloop-coursier.json", "hash": "sha256:2e6a873183e5e22712913bfdab1331d0a7792167c369fee5be0c83e27572fe12", "depends": "coursier", - "bin": "bloop", - "env_add_path": "$dir", + "bin": "bloop.bat", "env_set": { - "BLOOP_HOME": "$dir", - "BLOOP_IN_SCOOP": "true" + "BLOOP_HOME": "$dir" }, "installer": { - "script": "coursier install --install-dir $dir --default-channels=false --channel $dir bloop" + "script": "coursier install --install-dir $dir bloop" } } - \ No newline at end of file