vigour-wrapper
Version:
The native code to wrap vigour apps
14 lines (11 loc) • 390 B
JavaScript
var log = require('npmlog')
var nativeUtil = require('../../util')
module.exports = exports = function () {
if (this.builds) {
log.info('- creating config.xml for samsung TV-')
return nativeUtil.transform_template(this.templateSrc + '/config.xml', this.buildDir + '/config.xml', this)
} else {
log.info('- skipping creating config.xml for samsung TV-')
}
}