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

3 行
187 B

  1. {variables, [{appid, "myapp"}]}.
  2. {file, "simpleapp.app", "ebin/{{appid}}.app"}.
  3. {file, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
  4. {file, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}.