Files: e1a1630f31c55420ca08a2a8e36296e3c202f1b1 / dictionary / open.js
270 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | patches: { |
6 | 'index.js': [ |
7 | 'path.join(__dirname, \'xdg-open\')', |
8 | 'path.join(path.dirname(process.execPath), \'xdg-open\')' |
9 | ] |
10 | }, |
11 | deployFiles: [ |
12 | [ 'xdg-open', 'xdg-open' ] |
13 | ] |
14 | } |
15 | }; |
16 |
Built with git-ssb-web