summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-17 22:38:00 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-06-17 23:03:29 +0200
commitc91250d2df34cfa969a49c8f882d6a8c874963cd (patch)
treeea61fc5f05530f185b0f82d9f1cae0d5b2586368 /rebar.config
parent83879c22e1634f01c0476026de6414b4a0942053 (diff)
downloadrebar-c91250d2df34cfa969a49c8f882d6a8c874963cd.tar.gz
Use [{File,Bin}, ...] in escriptize zip:create
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index bc423e3..9afa8da 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,7 +6,7 @@
{escript_emu_args, "%%! -noshell -noinput\n"}.
%% escript_incl_extra is for internal rebar-private use only.
%% Do not use outside rebar. Config interface is not stable.
-{escript_incl_extra, [{"priv/templates/*", "priv/templates"}]}.
+{escript_incl_extra, [{"priv/templates/*", "."}]}.
{erl_opts, [warnings_as_errors]}.
{xref_checks, []}.
{xref_queries,