Skip to content

Commit 50e5e45

Browse files
author
Radoslaw Kamysz
committed
added illustrator broadcast method, updated readme, new version
1 parent 647bea3 commit 50e5e45

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,11 @@ The generated adobe scripts files - `jsx`/`jsfl` - are saved in the location spe
250250

251251
If the Adobe application does not start, try to:
252252

253-
* Change the access setting for the folder assigned to a variable `adobeScriptsPath`
253+
* Change the access/permissions settings to the directory set in the `adobeScriptsPath` param
254+
eg.
255+
```
256+
sudo chown <username> "/Applications/Adobe Photoshop CC 2019/Presets/Scripts/"
257+
```
254258

255259
* It is also possible that you will need to change user config to enable custom scripts.
256260
For example, for Photoshop, add `WarnRunningScripts 0` to the `PSUserConfig.txt` file in the Photoshop settings folder and restart Photoshop.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adobe-node",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Control Adobe applications - such as Photoshop, Animate, Illustrator, InDesign - from node. Run JavaScript to remotely - from the command line - create, modify or export document content. This module can be used to automate the workflow by creating an action chain that can be executed without user intervention.",
55
"main": "dist/index",
66
"scripts": {

0 commit comments

Comments
 (0)