Skip to content

Commit

Permalink
Update luerl.app.src
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Virding <[email protected]>

Update luerl.app.src

Signed-off-by: Robert Virding <[email protected]>
  • Loading branch information
rvirding committed Jan 21, 2024
1 parent 8c6c4ff commit 579ce44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/luerl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
{links, [{"Github", "https://github.com/rvirding/luerl"}]},
{files, ["README.md", "LICENSE", "VERSION", "src", "doc", "ebin",
"examples", "include", "test", "rebar.*", "*akefile",
"*.escript"]}
{exclude_files, ["priv/images/*"}
"*.escript"]},
{exclude_files, ["priv/images/*"]}
]}.

0 comments on commit 579ce44

Please sign in to comment.