Skip to content

Commit

Permalink
[bugfix] fix dev install path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb0o committed Mar 1, 2021
1 parent ad17d27 commit 88b8184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ String.prototype.capitalize = function() {

let targetDirs = glob.sync(`${home}/Library/ApplicationSupport/Adobe/Animate*/*/Configuration/Commands/`);
targetDirs.forEach(target => {
let toolsDir = `${target}/Funexpected`
let toolsDir = `${target}/Funexpected Tools`
if (fs.existsSync(toolsDir)) {
fs.rmdirSync(toolsDir, { recursive: true });
}
Expand Down

0 comments on commit 88b8184

Please sign in to comment.