From f11ead536dfe7a6b4af3a013e6c61725dffc29f4 Mon Sep 17 00:00:00 2001 From: Abdu865 <59087629+Abdu865@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:08:02 -0600 Subject: [PATCH] Improving Uninstaller --- other-scripts/uninstaller | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/other-scripts/uninstaller b/other-scripts/uninstaller index 9e0a07e..a076f5a 100755 --- a/other-scripts/uninstaller +++ b/other-scripts/uninstaller @@ -1,13 +1,12 @@ #!/bin/bash # Define the installation directory -INSTALL_DIR="/Applications/AutoSubs" -echo "Uninstalling AutoSubs..." # Paths to remove -AUTOSUBS_DIR="${INSTALL_DIR}" -LUA_SCRIPT="${INSTALL_DIR}/Scripts/Utility/AutoSubs V2.lua" +AUTOSUBS_DIR="${APPDATA}/Blackmagic Design/DaVinci Resolve/Support/Fusion/" +LUA_SCRIPT="${APPDATA}/Blackmagic Design/DaVinci Resolve/Support/Fusion/Scripts/Utility/AutoSubs V2.lua" +echo "Uninstalling AutoSubs..." # Remove the AutoSubs directory if [ -d "$AUTOSUBS_DIR" ]; then