Update bootstrap-studio.rb

This commit is contained in:
Miccal Matthews
2024-01-03 06:02:01 +08:00
committed by GitHub
parent bd32d28f2d
commit 7ae0dd04e7
+3 -3
View File
@@ -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