25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

16 satır
260 B

{deps, [grisp]}.
{plugins, [{rebar3_grisp, "0.1.0"}]}.
{erl_opts, [debug_info]}.
{grisp, [
{otp_release, "19"},
{deploy, [
{destination, "/path/to/SD-card"}
]}
]}.
{relx, [
{release, {mygrispproject, "0.1.0"}, [mygrispproject]}
]}.