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

16 行
260 B

  1. {deps, [grisp]}.
  2. {plugins, [{rebar3_grisp, "0.1.0"}]}.
  3. {erl_opts, [debug_info]}.
  4. {grisp, [
  5. {otp_release, "19"},
  6. {deploy, [
  7. {destination, "/path/to/SD-card"}
  8. ]}
  9. ]}.
  10. {relx, [
  11. {release, {mygrispproject, "0.1.0"}, [mygrispproject]}
  12. ]}.