Add Operator.app v0.9.9 (#97068)

Adds a cask for the Prelude Operator application. It is a desktop-based adversary emulation platform.
This commit is contained in:
Alex 2020-12-30 03:25:43 -05:00 committed by GitHub
parent a8788d7368
commit c95ca57848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
Casks/operator.rb Normal file
View File

@ -0,0 +1,21 @@
cask "operator" do
version "0.9.9"
sha256 :no_check
url "https://download.prelude.org/latest?platform=darwin&variant=zip"
appcast "https://s3.amazonaws.com/operator.versions/dist/latest-mac.yml"
name "Operator"
desc "Prelude Operator is a desktop adversary emulation platform"
homepage "https://www.prelude.org/"
app "Operator.app"
zap trash: [
"~/Library/Application Support/Operator",
"~/Library/Caches/com.prelude.operator",
"~/Library/Caches/com.prelude.operator.ShipIt",
"~/Library/Logs/Operator",
"~/Library/Preferences/com.prelude.operator.plist",
"~/Library/Saved Application State/com.prelude.operator.savedState",
]
end