mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Update bootstrap-studio.rb
This commit is contained in:
@@ -12,7 +12,7 @@ cask "bootstrap-studio" do
|
||||
|
||||
livecheck do
|
||||
url "https://bootstrapstudio.io/pages/releases/"
|
||||
regex(/Version\s*(\d+(?:\.\d+)+)/i)
|
||||
regex(/Version\s*v?(\d+(?:\.\d+)+)/i)
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
@@ -22,13 +22,13 @@ cask "bootstrap-studio" do
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/bstudio",
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl*",
|
||||
"~/Library/Application Support/CrashReporter/Bootstrap Studio*",
|
||||
"~/Library/Caches/bg.zine.bootstrapstudio",
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl2",
|
||||
"~/Library/Caches/bg.zine.bootstrapstudio.ShipIt",
|
||||
"~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*",
|
||||
"~/Library/Preferences/bg.zine.bootstrapstudio.helper.plist",
|
||||
"~/Library/Preferences/bg.zine.bootstrapstudio.plist",
|
||||
"~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*",
|
||||
"~/Library/Saved Application State/bg.zine.bootstrapstudio.savedState",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user