git ssb

0+

cel-desktop / ssb-pkg



Tree: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f

Files: 4c58f1c6c3ddb86a97f27f0c84681d201ef1f75f / dictionary / phantomjs-prebuilt.js

388 bytesRaw
1'use strict';
2
3module.exports = {
4 pkg: {
5 patches: {
6 'lib/phantomjs.js': [
7 '__dirname, location.location',
8 'path.dirname(process.execPath), \'phantom\', path.basename(location.location)'
9 ]
10 },
11 deployFiles: [
12 [ 'lib/phantom/bin/phantomjs', 'phantom/phantomjs' ],
13 [ 'lib/phantom/bin/phantomjs.exe', 'phantom/phantomjs.exe' ]
14 ]
15 }
16};
17

Built with git-ssb-web