aboutsummaryrefslogtreecommitdiff
path: root/installer/install-solargraph.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-solargraph.cmd')
-rw-r--r--installer/install-solargraph.cmd6
1 files changed, 5 insertions, 1 deletions
diff --git a/installer/install-solargraph.cmd b/installer/install-solargraph.cmd
index 5029d99..fd00e74 100644
--- a/installer/install-solargraph.cmd
+++ b/installer/install-solargraph.cmd
@@ -6,7 +6,11 @@ call bundle install --path vendor/bundle
echo @echo off ^
-bundle exec ruby %%~dp0\bin/solargraph stdio ^
+setlocal ^
+
+set BUNDLE_GEMFILE=%%~dp0Gemfile ^
+
+bundle exec ruby %%~dp0\bin\solargraph %%* ^
> solargraph.cmd