-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugins): fix failure on repeated installation
When a plugin or flavor is first installed and later updated, the link to the plugin or flavor's directory is already in place. This caused an error when the plugin or flavor was installed again (updated). Now, reinstalling checks if the symlink is already in place and does nothing if it is.
- Loading branch information
1 parent
61e5c95
commit 3df04c4
Showing
2 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters