Skip to content

Commit 3230b8c

Browse files
committed
change(): set AE, AI, PSD 2022 version for Windows
1 parent 4def7e6 commit 3230b8c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All notable changes to the Adobe Script Runner extension will be documented in t
1313

1414
### Changed
1515

16-
-
16+
- Updates default paths for After Effects, Illustrator, and Photoshop for Windows to 2022 application versions.
1717

1818
### Fixed
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"adobeScriptRunner.winAfterEffectsExe": {
105105
"type": "string",
106-
"default": "C:/Program Files/Adobe/Adobe After Effects 2021/Support Files/AfterFX.exe",
106+
"default": "C:/Program Files/Adobe/Adobe After Effects 2022/Support Files/AfterFX.exe",
107107
"description": "Windows only: Path to Adobe After Effects executable (AfterFX.exe)."
108108
},
109109
"adobeScriptRunner.winAfterEffectsBetaExe": {
@@ -118,7 +118,7 @@
118118
},
119119
"adobeScriptRunner.winIllustratorExe": {
120120
"type": "string",
121-
"default": "C:/Program Files/Adobe/Adobe Illustrator 2021/Support Files/Contents/Windows/Illustrator.exe",
121+
"default": "C:/Program Files/Adobe/Adobe Illustrator 2022/Support Files/Contents/Windows/Illustrator.exe",
122122
"description": "Windows only: Path to Adobe Illustrator executable (Illustrator.exe)."
123123
},
124124
"adobeScriptRunner.winIllustratorBetaExe": {
@@ -128,7 +128,7 @@
128128
},
129129
"adobeScriptRunner.winPhotoshopExe": {
130130
"type": "string",
131-
"default": "C:/Program Files/Adobe/Adobe Photoshop 2021/Photoshop.exe",
131+
"default": "C:/Program Files/Adobe/Adobe Photoshop 2022/Photoshop.exe",
132132
"description": "Windows only: Path to Adobe Photoshop executable (Photoshop.exe)."
133133
},
134134
"adobeScriptRunner.winPhotoshopBetaExe": {

0 commit comments

Comments
 (0)