Files
homebrew-cask/Casks/i/install-disk-creator.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
455 B
Ruby

cask "install-disk-creator" do
version "1.5"
sha256 :no_check
url "https://macdaddy.io/InstallDiskCreator.zip"
name "Install Disk Creator"
desc "Utility to create bootable system install disks"
homepage "https://macdaddy.io/install-disk-creator/"
livecheck do
url :url
strategy :extract_plist
end
app "Install Disk Creator.app"
zap trash: "~/Library/Saved Application State/io.macdaddy.Install-Disk-Creator.savedState"
end