mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
18 lines
554 B
Ruby
18 lines
554 B
Ruby
cask "apprenticevr" do
|
|
version "1.3.4"
|
|
sha256 "e1f626df83d83dbd3c8f7a1e2d6fcbdab0e620b26238e723c6e9b1aaeee33264"
|
|
|
|
url "https://github.com/jimzrt/apprenticeVr/releases/download/v#{version}/apprenticevr-#{version}-arm64.dmg"
|
|
|
|
name "ApprenticeVR"
|
|
desc "An app designed for managing and sideloading content onto Meta Quest devices"
|
|
homepage "https://github.com/jimzrt/apprenticeVr"
|
|
|
|
app "apprenticevr.app"
|
|
|
|
postflight do
|
|
system_command "/usr/bin/xattr",
|
|
args: ["-c","#{appdir}/apprenticevr.app"],
|
|
sudo: false
|
|
end
|
|
end |