UNPKG

pkg

Version:

Package your Node.js project into an executable

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']], }, };