Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GodlyAwesome opened this issue Feb 17, 2024 · 3 comments
Open

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

GodlyAwesome opened this issue Feb 17, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@GodlyAwesome
Copy link

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
Copy link
Collaborator

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 shinyquagsire23 added the help wanted Extra attention is needed label Feb 17, 2024
@shinyquagsire23
Copy link
Collaborator

shinyquagsire23 commented Feb 17, 2024

I updated the Building wiki to include those instructions ^^

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

@GodlyAwesome
Copy link
Author

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 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants