Uninstallation - vaismais/obs-StreamFX GitHub Wiki
- Close all instances of OBS Studio.
- Open the Settings app.
- In the Settings app, open
Apps
. - Find StreamFX and click
Uninstall
, then clickUninstall
. - Follow through with the Uninstaller.
- Done.
- Close all instances of OBS Studio.
- Delete the
StreamFX
directory you extracted to~/.config/obs-studio/
. - Done.
- Close all instances of OBS Studio.
- Open a Terminal.
- Depending on which version(s) of StreamFX you have installed, run one of the following commands:
- v0.12.0a106 and older:
sudo pkgutil --forget com.xaymar.StreamFX rm -rf "/Library/Application Support/obs-studio/plugins/StreamFX"
- v0.12.0a117 and newer:
sudo pkgutil --forget com.xaymar.StreamFX.obs sudo rm -f "/Library/Application Support/obs-studio/plugins/StreamFX.plugin" pkgutil --forget com.xaymar.StreamFX.obs rm -f "~/Library/Application Support/obs-studio/plugins/StreamFX.plugin"
- v0.12.0a106 and older:
- Done.