adobe-photoshop / generator-core

Core Node.js library for Adobe Photoshop CC's Generator extensibility layer
MIT License
692 stars 97 forks source link

Use new command line argument to set the log root #413

Closed mcilroyc closed 5 years ago

mcilroyc commented 5 years ago

Beginning in PS v20, a new param is provided to generator: photoshopLogPath. This allows the log root to be provided by PS instead of derived based on hardcoded values (the location is PS version specific). If not provided (such as when running "remote" during development) it will fall back on a generic Adobe Photoshop Generator location.

This PR sets the minimum version of PS to version 20

shaoshing commented 5 years ago

LGTM