Files
PeojectTWT/WordDictationStudentApp/node_modules/pkg/dictionary/exiftool.exe.js

14 lines
289 B
JavaScript
Raw Normal View History

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