From c57c2dcd2484fec4bec3d97463ae5457ad6cb853 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 28 Feb 2015 15:41:33 -0600 Subject: update erlydtl and switch to rebar3 --- bootstrap.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.cmd') diff --git a/bootstrap.cmd b/bootstrap.cmd index cff8483..487157d 100644 --- a/bootstrap.cmd +++ b/bootstrap.cmd @@ -1,8 +1,8 @@ :: A script to build relx on Windows -:: Requires rebar +:: Requires rebar3 :: Get dependencies, compile and escriptize relx -@cmd /c @rebar -r get-deps compile escriptize +@cmd /c @rebar3 escriptize :: Create a shortcut file for running the relx command @set relx_cmd=relx.cmd -- cgit v1.2.3