runegan / jsxbin

Convert jsx ExtendScript files into jsxbin files using ExtendScript Toolkit
MIT License
88 stars 21 forks source link

Let user manually pick ESTK app If it's not installed in default folder #4

Closed rendertom closed 5 years ago

rendertom commented 7 years ago

I personally install all Adobe crap to dedicated folder. Therefore this script would fail if it doesn't find ESTK. Cheers.

runegan commented 5 years ago

This is added in #12

jsxbin( 'input.jsx', 'output.jsxbin', [ 'CUSTOM ESTK PATH'] )
jsxbin({
    input: 'input.jsx',
    output: 'output.jsxbin',
    customESTKPaths: [ 'CUSTOM ESTK PATH' ]
})