diff --git a/Casks/seadrive@3.rb b/Casks/seadrive@3.rb index babfe01..c2e5ef3 100644 --- a/Casks/seadrive@3.rb +++ b/Casks/seadrive@3.rb @@ -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 @@ -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",