add modules section to app.src
when i was trying generate release by relx, i have got message "Errors generating release. erlang_localtime: Missing parameter in .app file: applications"
This commit is contained in:
parent
9caa2b2a0b
commit
568fd68bee
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{application, 'erlang_localtime',
|
{application, 'erlang_localtime',
|
||||||
[
|
[
|
||||||
{description, ""},
|
{description, ""},
|
||||||
|
{applications, [kernel, stdlib]},
|
||||||
{vsn, "1.0"},
|
{vsn, "1.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{env, []}
|
{env, []}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue