You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mac_scripting/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ from appscript import *
14
14
psApp = app('/Applications/Adobe Photoshop CC 2018/Adobe Photoshop CC 2018.app')
15
15
psApp.open(mactypes.Alias(file_name))
16
16
```
17
-
See [doc/reference](https://github.com/lohriialo/photoshop-scripting-python/tree/master/mac_scripting/doc_reference) for more details
17
+
See [Photoshop CC 2018 doc/reference](https://github.com/lohriialo/photoshop-scripting-python/tree/master/mac_scripting/doc_reference) for more details
18
18
19
19
# Note:
20
20
I've not been able to explore more and write example scripts for Mac, would appreciate if someone wants to contribute few sample scripts for Mac using `appscript`
0 commit comments