From bb126d8297c442af2ce5dcdc32ee91d041f23e4a Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:10:37 +0100 Subject: add flatpak steam support --- cli/uninstall.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/uninstall.sh') diff --git a/cli/uninstall.sh b/cli/uninstall.sh index e2c7f15..25d1d58 100644 --- a/cli/uninstall.sh +++ b/cli/uninstall.sh @@ -20,3 +20,4 @@ sudo rm "${HOMEBREW_FOLDER}/services/PluginLoader" # disable CEF debugging sudo rm "${USER_DIR}/.steam/steam/.cef-enable-remote-debugging" +sudo rm "${USER_DIR}/.var/app/com.valvesoftware.Steam/data/Steam/.cef-enable-remote-debugging" 2> /dev/null -- cgit v1.2.3