您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
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]}
]}.