diff --git a/rebar.config b/rebar.config index f283485..8191b75 100644 --- a/rebar.config +++ b/rebar.config @@ -17,10 +17,7 @@ {escript_name, psql_migration}. {escript_emu_args, "%%! +sbtu +A1\n"}. -{post_hooks, [ - {"-win32", compile, "./rebar3 escriptize"}, - {"^((?!-win32).)*$", compile, "./rebar3 escriptize"} - ]}. +{provider_hooks, [{post, [{compile, {default, escriptize}}]}]}. %% Profiles {profiles, [{test,