summaryrefslogtreecommitdiffstats
path: root/templates/hybrid-html5/AGLbuild
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hybrid-html5/AGLbuild')
-rwxr-xr-xtemplates/hybrid-html5/AGLbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/hybrid-html5/AGLbuild b/templates/hybrid-html5/AGLbuild
index 4cfd53a..5f8f595 100755
--- a/templates/hybrid-html5/AGLbuild
+++ b/templates/hybrid-html5/AGLbuild
@@ -38,7 +38,9 @@ package: config.xml.in icon.png.in build | $(PKG_FILELIST)
@mkdir -p ${BUILD_DIR}/$@/lib
@mkdir -p ${BUILD_DIR}/$@/htdocs
@mkdir -p ${BUILD_DIR}/$@/data
+ @mkdir -p package
@cmake --build ${BUILD_DIR} --target widget
+ @cp ${BUILD_DIR}/*wgt package
${BUILD_DIR}/Makefile:
@[ -d ${BUILD_DIR} ] || mkdir -p ${BUILD_DIR}