added readme and example

This commit is contained in:
2018-04-25 22:04:09 +03:00
parent 373ee7703d
commit cb405efd26
10 changed files with 261 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
<project>
<meta title="<%=meta.title%>" package="<%=meta.pack%>" version="<%=meta.version%>" company="<%=meta.company%>"/>
<app main="<%=main%>" path="<%=buildDir%>" file="<%=meta.filename%>"/>
<icon path="<%=icon%>"/>
<% sources.forEach(function(item) { %>
<source path="<%=item%>"/><% }); %>
<% assets.forEach(function(item) { %>