mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
18 lines
481 B
Ruby
18 lines
481 B
Ruby
cask "apprenticevr" do
|
|
version "1.3.4"
|
|
sha256 ""
|
|
|
|
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","#{apppdir}/#{app}"],
|
|
sudo: false
|
|
end
|
|
end |