alvr-org / alvr-visionos

Experimental visionOS client for ALVR - SteamVR on Apple Vision Pro!
MIT License
418 stars 29 forks source link

How do you keep the app up-to-date? #50

Open GodlyAwesome opened 7 months ago

GodlyAwesome commented 7 months ago

Complete newb when it comes to coding and using github, and I appreciate the work you all do. I was wondering how I would keep this up to date when a new update is pushed. Do i rebuild the package then re-run it on the vision pro?

Thanks!

shinyquagsire23 commented 7 months ago

General procedure is:

In Terminal.app, go to the directory where you cloned, and run git pull origin main, then rebuild ALVR

cd alvr-visionos
git pull origin main
zsh ./build_and_repack.sh

Then run the Xcode build instructions again.

If it complains about uncommitted changes, just run

git stash
shinyquagsire23 commented 7 months ago

I updated the Building wiki to include those instructions ^^

Let me know if you have any issues so I can improve the guide

GodlyAwesome commented 7 months ago

Thank you all so much. I will try this next time i see an update to the codebase. Appreciate all the hard work, keep on trucking yall 👍