Skip to content

Commit

Permalink
More style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codello committed Mar 28, 2024
1 parent 0e1f332 commit 01ca90f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Casks/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
regex(/seadrive-(\d+\.\d+\.\d+)\.pkg/i)
strategy :xml do |xml, regex|
xml.root.get_elements(
"/ListBucketResult/Contents"\
"[starts-with(Key, 'seadrive') and contains(Key, '.pkg')]/Key"
"/ListBucketResult/Contents" \
"[starts-with(Key, 'seadrive') and contains(Key, '.pkg')]/Key",
).map do |item|
item.text[regex, 1]
end
Expand All @@ -30,10 +30,10 @@
pkgutil: "com.seafile.SeaDrive"

zap trash: [
"~/Library/Application Scripts/com.seafile.seadrive.fprovider",
"~/Library/Application Scripts/55LCTZ5354.com.seafile.seadrive",
"~/Library/Containers/com.seafile.seadrive.fprovider",
"~/Library/Application Scripts/com.seafile.seadrive.fprovider",
"~/Library/CloudStorage/SeaDrive-*",
"~/Library/Containers/com.seafile.seadrive.fprovider",
"~/Library/Group Containers/55LCTZ5354.com.seafile.seadrive",
"~/Library/Logs/DiagnosticReports/seadrive-gui-*",
"~/Library/Preferences/com.seafile.Seafile Drive Client.plist",
Expand Down

0 comments on commit 01ca90f

Please sign in to comment.