Skip to content

Commit

Permalink
Fix install menu item issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyvelour committed Jan 8, 2019
1 parent 4bd8fd2 commit 4411e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Install/FluvioFXInstall.cs
Expand Up @@ -64,7 +64,7 @@ private static void UpdateEvt()
Install();
}

[MenuItem("Tools/FluvioFX/Install/Reinstall...")]
[MenuItem("Tools/FluvioFX/Install...")]
private static void InstallFluvioFX()
{
Install(true);
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Currently, FluvioFX requires a small patch that must be added to the Visual Effe

**If you have any compiler errors after installing/updating packages**, try the following:

1. Run _Tools > FluvioFX > Install/Reinstall..._
1. Run _Tools > FluvioFX > Install..._
2. If the above menu is missing or any files are still broken, try to uninstall and reinstall both FluvioFX and the Visual Effect Graph

This workaround will be removed once the VFX Graph's API has been finalized. See [FluvioFXInstall.cs](./Install/FluvioFXInstall.cs) for the full implementation.
Expand Down

0 comments on commit 4411e3f

Please sign in to comment.