UNPKG

ut-tools

Version:

Build and Release management automation package.

14 lines (12 loc) 273 B
'use strict'; module.exports = { pkg: { patches: { 'index.js': [ "path.join(__dirname, 'vendor', 'exiftool')", "path.join(path.dirname(process.execPath), 'exiftool')", ], }, deployFiles: [['vendor/exiftool', 'exiftool']], }, };