git ssb

0+

cel-desktop / ssb-pkg



Tree: b42712bfb57c4f7d0d82f9add942f8d13b310ed5

Files: b42712bfb57c4f7d0d82f9add942f8d13b310ed5 / 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