Files
2020-03-02 14:53:23 +07:00

16 lines
289 B
JavaScript

'use strict';
module.exports = {
pkg: {
patches: {
'index.js': [
'path.join(__dirname, \'vendor\', \'exiftool\')',
'path.join(path.dirname(process.execPath), \'exiftool\')'
]
},
deployFiles: [
[ 'vendor/exiftool', 'exiftool' ]
]
}
};