mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-31 19:30:07 +00:00
added local vips to $PATH...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9854dc8f12
commit
0192dff702
@ -44,6 +44,11 @@ if(window.CEF_dumpJSON != null){
|
||||
|
||||
var fp = /file:\/\/\//
|
||||
|
||||
|
||||
// paths to included utils...
|
||||
process.env.PATH += ';' + process.cwd() + '/vips/bin'
|
||||
|
||||
|
||||
// Things ImageGrid needs...
|
||||
// XXX do we need assync versions??
|
||||
window.listDir = function(path){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user