Skip to content

Commit

Permalink
Clean more files
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Dec 18, 2024
1 parent 49b813f commit 833fb2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/clean-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,9 @@ remove_logs_in_dirs "${HOME_VAR_APP}/com.microsoft.Teams/config/teams" \
remove_logs_in_dirs "${HOME_VAR_APP}/org.telegram.desktop/data/TelegramDesktop"

# WhatsApp
! does_bin_exist "whatsapp-nativefier" && remove "${XDG_CONFIG_HOME}/whatsapp-nativefier-d40211"
! does_bin_exist "whatsapp-nativefier" && remove \
"${ROOT_OPT}/whatsapp-nativefier" \
"${XDG_CONFIG_HOME}/whatsapp-nativefier-d40211"
! does_bin_exist "whatsdesk" && remove "${HOME}/.whatsdesk"

# Zoom
Expand Down

0 comments on commit 833fb2f

Please sign in to comment.