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

refactor: use native DepotDownloader, removing dotnet as a requirement #76

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

timkurvers
Copy link
Owner

@timkurvers timkurvers commented Dec 27, 2023

This PR downloads a native DepotDownloader build from GitHub (arm64 or x64), effectively removing the requirement for dotnet.

Should hopefully solve both #74 and #75. Will wait a bit before merging this in, just to make sure this variation works for others.


To try this variant of the build script:

git pull # or `git fetch` may suffice
git checkout refactor/remove-dotnet-requirement
./build.sh

If you'd like to swap back to the stable variant, git checkout main again.

@timkurvers timkurvers added the enhancement New feature or request label Dec 27, 2023
@timkurvers timkurvers self-assigned this Dec 27, 2023
@ProfAronnax
Copy link

ProfAronnax commented Dec 29, 2023

Hi @timkurvers , thanks!
That worked fine for me now
thanks for the quick help and you work to make Valheim playable direct with Mac.

@timkurvers timkurvers merged commit b22224c into main Dec 29, 2023
@timkurvers timkurvers deleted the refactor/remove-dotnet-requirement branch December 29, 2023 14:24
@timkurvers
Copy link
Owner Author

Thanks for testing! 👍 Have merged this in (make sure to swap back to main).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants