From 0e601edb09f2c5e7eb100852d446c49f06c08967 Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Thu, 24 Aug 2023 02:17:41 +0900 Subject: [PATCH 1/4] Create UNINSTALL.md --- docs/UNINSTALL.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/UNINSTALL.md diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md new file mode 100644 index 00000000..8ce63fa0 --- /dev/null +++ b/docs/UNINSTALL.md @@ -0,0 +1,17 @@ +## Uninstalling the plugin + +### Mac + +``` +rm -rf "$HOME/Library/Application Support/obs-studio/plugins/obs-backgroundremoval.plugin" +``` + +### Ubuntu + +``` +dpkg -r obs-backgroundremoval +``` + +### Windows + +Uninstall obs-backgroundremoval on Apps and Programs. From 0370d033e814117916ab68a64115e81a12a185f0 Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Fri, 25 Aug 2023 00:19:08 +0900 Subject: [PATCH 2/4] Update UNINSTALL.md --- docs/UNINSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index 8ce63fa0..8369a10d 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -15,3 +15,11 @@ dpkg -r obs-backgroundremoval ### Windows Uninstall obs-backgroundremoval on Apps and Programs. + +### Windows (Portable) + +Remove the following files under the OBS directory. + +- `data\obs-plugins\obs-backgroundremoval` +- `obs-plugins\64bit\DirectML.dll` +- `obs-plugins\64bit\DirectML.dll` From 8f56c5bc89a86d9ed595062b84ed97b2f682b54b Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Fri, 25 Aug 2023 00:20:17 +0900 Subject: [PATCH 3/4] Update UNINSTALL.md --- docs/UNINSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index 8369a10d..6723e52b 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -22,4 +22,4 @@ Remove the following files under the OBS directory. - `data\obs-plugins\obs-backgroundremoval` - `obs-plugins\64bit\DirectML.dll` -- `obs-plugins\64bit\DirectML.dll` +- `obs-plugins\64bit\obs-backgroundremoval.dll` From 2fb785c9518048575a2cb93c781ab029fb7fb184 Mon Sep 17 00:00:00 2001 From: Kaito Udagawa Date: Fri, 25 Aug 2023 00:21:21 +0900 Subject: [PATCH 4/4] Update UNINSTALL.md --- docs/UNINSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UNINSTALL.md b/docs/UNINSTALL.md index 6723e52b..a3a5c443 100644 --- a/docs/UNINSTALL.md +++ b/docs/UNINSTALL.md @@ -18,7 +18,7 @@ Uninstall obs-backgroundremoval on Apps and Programs. ### Windows (Portable) -Remove the following files under the OBS directory. +Remove the following files and directory under the OBS directory. - `data\obs-plugins\obs-backgroundremoval` - `obs-plugins\64bit\DirectML.dll`