mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-11 20:04:41 -05:00
18 lines
554 B
Ruby
18 lines
554 B
Ruby
cask "apprenticevr" do
|
|
version "1.3.4"
|
|
sha256 "bfe697797ce725ad7c1c4cc1b238061feb87236a8e2e62043cc45ce760a4ad0c"
|
|
|
|
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 |