init: added apprenticevr

This commit is contained in:
Darwin Cereska
2025-08-07 03:06:07 -04:00
parent 513bfedb04
commit 00cb6deda5
2 changed files with 134 additions and 0 deletions

18
Casks/apprenticevr.rb Normal file
View File

@@ -0,0 +1,18 @@
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