<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><table defang_data-tab-size="4" class="highlight tab-size js-file-line-container" width="587" height="1"><tbody><tr><td class="blob-code blob-code-inner js-file-line highlighted" id="LC28"><br>We definitely need to add this to the docs on rebar3.org, it wasn't documented for historical reasons but it has been stable api for years now.<br></td></tr></tbody></table><div><br></div>
<div>This should work if you replace the app name part with your app's name:<br></div>
<div><br></div>
<div>{<span class="pl-c1">escript_incl_extra</span>, [{<span class="pl-s"><span class="pl-pds">"</span><YOUR APP NAME>/priv/*</span>, <span class="pl-s"><span class="pl-pds">"</span>_build/default/lib/<span class="pl-pds">"</span></span>}]}.<br></div>
<div>It could use improvements to like replace os vars for the profile, but it at least works<br></div>
<div><br></div>
<div>On Sun, Jul 29, 2018, at 2:51 PM, Karlo Kuna wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>I'm trying to make self contained escript<br></div>
<div>i need priv folder to be included in archive in escript<br></div>
<div><br></div>
<div>currently i'm extracting files using: 'escript:extract' <br></div>
<div>but in arhive there is no `priv` directory<br></div>
<div><br></div>
<div>i'm building with rebar3 escriptize <br></div>
<div><br></div>
<div>any help would be appreciated <br></div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>erlang-questions mailing list<br></div>
<div><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br></div>
<div><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
</blockquote><div><br></div>
</body>
</html>