excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / windows95.rb
blob87a42c09f43e5e7b675c68d942a7733bb8be3268
1 cask "windows95" do
2   # NOTE: "95" is not a version number, but an intrinsic part of the product name
3   arch arm: "arm64", intel: "x64"
5   version "3.1.1"
6   sha256 arm:   "f269b76a0f8454a163053caae3d306ca7dc38d8eedd2bc343c9f363a1a88f02f",
7          intel: "574198aa286094be84a1dab896d1a5d23a7f4173ec212bddcad3c9830a36fe31"
9   url "https://github.com/felixrieseberg/windows95/releases/download/v#{version}/windows95-darwin-#{arch}-#{version}.zip"
10   name "Windows 95"
11   desc "Electron Windows 95"
12   homepage "https://github.com/felixrieseberg/windows95"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   auto_updates true
21   app "windows95.app"
23   zap trash: [
24     "~/Library/Application Support/windows95",
25     "~/Library/Caches/com.felixrieseberg.windows95",
26     "~/Library/Caches/com.felixrieseberg.windows95.ShipIt",
27     "~/Library/Preferences/com.felixrieseberg.windows95.plist",
28     "~/Library/Saved Application State/com.felixrieseberg.windows95.savedState",
29   ]
30 end