mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
init: added apprenticevr
This commit is contained in:
18
Casks/apprenticevr.rb
Normal file
18
Casks/apprenticevr.rb
Normal 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
|
||||
Reference in New Issue
Block a user