mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 06:58:07 +00:00
16 lines
305 B
JavaScript
16 lines
305 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
patches: {
|
|
'index.js': [
|
|
'path.join(__dirname, \'vendor\', \'exiftool.exe\')',
|
|
'path.join(path.dirname(process.execPath), \'exiftool.exe\')'
|
|
]
|
|
},
|
|
deployFiles: [
|
|
[ 'vendor/exiftool.exe', 'exiftool.exe' ]
|
|
]
|
|
}
|
|
};
|