Files: e1a1630f31c55420ca08a2a8e36296e3c202f1b1 / dictionary / drivelist.js
640 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | patches: { |
6 | 'build/scripts.js': [ |
7 | 'path.join(__dirname, \'..\', \'scripts\')', |
8 | 'path.join(path.dirname(process.execPath), \'drivelist\')' |
9 | ], |
10 | 'lib/scripts.js': [ |
11 | 'path.join(__dirname, \'..\', \'scripts\')', |
12 | 'path.join(path.dirname(process.execPath), \'drivelist\')' // for 4.0.0 |
13 | ] |
14 | }, |
15 | deployFiles: [ |
16 | [ 'build/Release/drivelist.node', 'drivelist.node' ], |
17 | [ 'scripts/darwin.sh', 'drivelist/darwin.sh' ], |
18 | [ 'scripts/linux.sh', 'drivelist/linux.sh' ], |
19 | [ 'scripts/win32.bat', 'drivelist/win32.bat' ] |
20 | ] |
21 | } |
22 | }; |
23 |
Built with git-ssb-web