[project] added packers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<meta title="<%=meta.title%>" package="<%=meta.pack%>" version="<%=meta.version%>" company="<%=meta.company%>"/>
|
||||
<app main="<%=main%>" path="<%=buildDir%>" file="<%=name%>"/>
|
||||
<app main="<%=main%>" path="<%=buildDir%>" file="<%=meta.filename%>"/>
|
||||
<% sources.forEach(function(item) { %>
|
||||
<source path="<%=item%>"/><% }); %>
|
||||
<% assets.forEach(function(item) { %>
|
||||
|
||||
Reference in New Issue
Block a user