add zap to betaflight-configurator (#141516)

* add zap to betaflight-configurator

* Update betaflight-configurator.rb
This commit is contained in:
Robin Naundorf 2023-02-18 22:18:49 -06:00 committed by GitHub
parent 411e2a2aeb
commit b0233a68ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -13,4 +13,11 @@ cask "betaflight-configurator" do
end
app "Betaflight Configurator.app"
zap trash: [
"~/Library/Application Support/betaflight-configurator",
"~/Library/Caches/betaflight-configurator",
"~/Library/Preferences/com.nw-builder.betaflight-configurator.plist",
"~/Library/Saved Application State/com.nw-builder.betaflight-configurator.savedState",
]
end