timkurvers / valheim-macos

Build-your-own Valheim build for macOS
MIT License
270 stars 14 forks source link

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

Closed timkurvers closed 11 months ago

timkurvers commented 11 months ago

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.

ProfAronnax commented 11 months ago

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 commented 11 months ago

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