mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
1.0 KiB
Ruby
23 lines
1.0 KiB
Ruby
cask "opencore-patcher" do
|
|
version "1.2.1"
|
|
sha256 "5cce74eed9f489f10968d3088e690085bcd6bc718508f9df3e9973967146508e"
|
|
|
|
url "https://github.com/dortania/OpenCore-Legacy-Patcher/releases/download/#{version}/OpenCore-Patcher-GUI.app.zip",
|
|
verified: "github.com/dortania/OpenCore-Legacy-Patcher/"
|
|
name "OpenCore Legacy Patcher GUI"
|
|
desc "Boot loader to inject/patch current features for unsupported Macs"
|
|
homepage "https://dortania.github.io/OpenCore-Legacy-Patcher/"
|
|
|
|
app "OpenCore-Patcher.app"
|
|
|
|
uninstall delete: "/Library/LaunchAgents/com.dortania.opencore-legacy-patcher.auto-patch.plist"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/CrashReporter/OpenCore-Patcher*",
|
|
"~/Library/Preferences/com.dortania.opencore-legacy-patcher-wxpython.plist",
|
|
"~/Library/Saved Application State/com.dortania.opencore-legacy-patcher-wxpython.savedState",
|
|
"~/Library/Saved Application State/com.dortania.opencore-legacy-patcher.savedState",
|
|
"/Users/Shared/.com.dortania.opencore-legacy-patcher.plist",
|
|
]
|
|
end
|