Skip to content

Commit db30a67

Browse files
committed
Updates default Windows paths to 2019 CC version.
1 parent f0874dd commit db30a67

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the Adobe Script Runner extension will be documented in t
44

55
## [Unreleased]
66

7+
## [0.2.1] 2019-01-05
8+
9+
- Updates default Windows paths to 2019 CC version.
10+
- Updates descriptions for "Run Untitled", "Save Dirty", and "Temp File" in extensions Settings window.
11+
712
## Released
813

914
## [0.2.0] 2018-03-29

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "adobe-script-runner",
33
"displayName": "Adobe Script Runner",
44
"description": "Run Adobe scripts from VSCode",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"publisher": "renderTom",
77
"icon": "resources/icon.png",
88
"galleryBanner": {
@@ -78,17 +78,17 @@
7878
},
7979
"adobeScriptRunner.winAfterFxExe": {
8080
"type": "string",
81-
"default": "C:/Program Files/Adobe/Adobe After Effects CC 2018/Support Files/AfterFX.exe",
81+
"default": "C:/Program Files/Adobe/Adobe After Effects CC 2019/Support Files/AfterFX.exe",
8282
"description": "Windows only: Path to Adobe After Effects executable (AfterFX.exe)."
8383
},
8484
"adobeScriptRunner.winIllustratorExe": {
8585
"type": "string",
86-
"default": "C:/Program Files/Adobe/Adobe Illustrator CC 2018/Support Files/Contents/Windows/Illustrator.exe",
86+
"default": "C:/Program Files/Adobe/Adobe Illustrator CC 2019/Support Files/Contents/Windows/Illustrator.exe",
8787
"description": "Windows only: Path to Adobe Illustrator executable (Illustrator.exe)."
8888
},
8989
"adobeScriptRunner.winPhotoshopExe": {
9090
"type": "string",
91-
"default": "C:/Program Files/Adobe/Adobe Photoshop CC 2018/Photoshop.exe",
91+
"default": "C:/Program Files/Adobe/Adobe Photoshop CC 2019/Photoshop.exe",
9292
"description": "Windows only: Path to Adobe Photoshop executable (Photoshop.exe)."
9393
}
9494
}

0 commit comments

Comments
 (0)