UNPKG

ut-tools

Version:

Build and Release management automation package.

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