Im not sure how to get this on mac os. #323
Answered
by
psychonic
woodenlalaloo
asked this question in
Q&A
-
I'm running mac os montrey on an m1 iMac but downloading the latest release and unzipping just shows me a few files that look like config files and an exe. Not sure how to run an exe on mac. |
Beta Was this translation helpful? Give feedback.
Answered by
psychonic
May 14, 2022
Replies: 1 comment 1 reply
-
It's similar to running any other .NET console app. Download and install the .NET 6 runtime if you don't have it already, and then: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
psychonic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's similar to running any other .NET console app. Download and install the .NET 6 runtime if you don't have it already, and then:
dotnet DepotDownloader.dll <args>