diff --git a/Casks/clash-for-windows.rb b/Casks/clash-for-windows.rb index 5f69c87a7c..217b6dc583 100644 --- a/Casks/clash-for-windows.rb +++ b/Casks/clash-for-windows.rb @@ -18,4 +18,10 @@ cask "clash-for-windows" do auto_updates true app "Clash for Windows.app" + + zap trash: [ + "~/Library/Application Support/clash_win", + "~/Library/Logs/clash_win", + "~/Library/Preferences/com.lbyczf.clashwin.plist", + ] end